COLOR #A01690

HEX: #A01690 RGB: (160,22,144)

Color info

#A01690 contains mainly red and blue colors. Web safe color of #A01690 is #990099 (or #909).

RGB color model

#A01690 color RGB value is (160,22,144).

RGB: (160,22,144) (63%, 9%, 56%)

RGB channels and saturation

R 160 of 255 = 63%
G 22 of 255 = 9%
B 144 of 255 = 56%

160
22
144

R + G + B ~ 43%. #A01690 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 160 + 22 + 144 = 326 (100%)
R 160 of 326 ~ 49.08%
G 22 of 326 ~ 6.75%
B 144 of 326 ~ 44.17'%

%49.08
%44.17

CMYK color model

#A01690 color CMYK value is (0,86,10,37).

  • cyan value is 0.00%
  • magenta value is 86.25%
  • yellow value is 10.00%
  • key color value is 37.25%

CMYK: (0,86,10,37)
C0M86Y10K37 (0%, 86%, 10%, 37%)
(0.00 / 0.86 / 0.10 / 0.37)

CMYK percentages

%0
%86.25
%10
%37.25

Codes

Color #A01690 in popluar color models

A0 16 90
RGB 160 22 144
HSL 307° 75.82% 35.69%
HSB/HSV 307° 86.25% 62.75%
CMYK 0.00% 86.25% 10.00%
37.25%

Color #A01690 in popluar number systems.

HEX A0 16 90
Decimal 160 22 144
Binary 10100000 10110 10010000
Octal 240 26 220

Shades and tints

Shades of #A01690

#A01690
(160,22,144)
#921483
(146,20,131)
#841276
(132,18,118)
#761069
(118,16,105)
#680E5C
(104,14,92)
#5A0C4F
(90,12,79)
#4C0A42
(76,10,66)
#3E0835
(62,8,53)
#300628
(48,6,40)
#22041B
(34,4,27)
#14020E
(20,2,14)
#000000
(0,0,0)

Tints of #A01690

#A01690
(160,22,144)
#A82B9A
(168,43,154)
#B040A4
(176,64,164)
#B855AE
(184,85,174)
#C06AB8
(192,106,184)
#C87FC2
(200,127,194)
#D094CC
(208,148,204)
#D8A9D6
(216,169,214)
#E0BEE0
(224,190,224)
#E8D3EA
(232,211,234)
#F0E8F4
(240,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A01690 color. Also use rgb(160,22,144) instead hex code.

Text Font Color

.myTextColor { color: #A01690; }

<p style="color:#A01690">This sample text font color is #A01690.</p>

This text font color is #A01690.

Background Color

.myBgColor { background-color: #A01690; }

<div style="background-color:#A01690">Inner text</div>

This div background color is #A01690.

Border color

.myBorderColor { border: 1px solid #A01690; }

<div style="border:3px solid #A01690">Div</div>

This div border color is #A01690.

Opacity

.myOpacity80 { color: #A01690; opacity: 0.8; }

<p style="color:#A01690;opacity:0.8;">80%</p>

Text with #A01690 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A01690;}

<p style="text-shadow: 3px 3px 1px #A01690">Text here.</p>

This text has shadow with #A01690 color.


.textShadow {text-shadow: 3px 3px 1px #A01690', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A01690, 5px 5px 20px red">Text here.</p>

This text has shadow with #A01690 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A01690, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A01690, Direction=45, Strength=4)">Text</p>

This text has shadow with #A01690 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A01690;
-webkit-box-shadow: 1px 1px 3px 2px #A01690;
box-shadow: 1px 1px 3px 2px #A01690;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A01690; -webkit-box-shadow: 1px 1px 3px 2px #A01690; box-shadow:1px 1px 3px 2px #A01690;">
Div content here
</div>

This div box has shadow with color #A01690.

Preview

Color preview on black background

This text has color #A01690 on black background.


Color preview on white background

This text has color #A01690 on white background.


Black color preview on #A01690 background

This text has black color on #A01690 background.


White color preview on #A01690 background

This text has white color on #A01690 background.


Related colors

Complementary color

Complementary color for #hex is #5FE96F.


I love getcolorcode.com

Triadic colors

1 #90A016 and #1690A0 with #A01690 are triadic colors.

2 #9016A0 and #16A090 with #A01690 are triadic colors.