#A011B9

Color #A011B9 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #A011B9

Tints of Dark Violet #A011B9

Color information

#A011B9 (or 0xA011B9) is unknown color: approx Dark Violet. HEX triplet: A0, 11 and B9. RGB value is (160,17,185). Sum of RGB (Red+Green+Blue) = 160+17+185=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 17 (7.03% from 255 or 4.70% from 362); Blue value is 185 (72.66% from 255 or 51.10% from 362); Max value from RGB is 185 - color contains mainly: blue. Hex color #A011B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A011B9 is #5FEE46. Grayscale: #4E4E4E. Windows color (decimal): -6286919 or 12128672. OLE color: 12128672.

HSL color Cylindrical-coordinate representation of color #A011B9: hue angle of 291.07º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A011B9 is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16017185-
CMYK0.140.9100.27
HSL291.07º83.17%39.61%-
HSV(B)291.07º90.81%72.55%-
XYZ23.4511.3846.86-
YUV78.91187.88185.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 44.20%
GREEN value IS 17 (7.03% from 255) = 4.70%
BLUE value IS 185 (72.66% from 255) = 51.10%
R=44.20%
G=4.70%
B=51.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal160171850.140.9100.27291.0783.1739.61
HexA011B9E5B01B1235328
Octal240212711613303344312350
Binary101000001000110111001111010110110110111001000111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A011B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A011B9; }

 p { color: rgb(160,17,185); }

 H1.HeaderClassName
 {
   color: #A011B9;
 }
 .AnyTagClassName
 {
   color: #A011B9;
 }
</style>
background-color css

<style>
 a { background-color: #A011B9; }

 a { background-color: rgb(160,17,185); }

 div.DivClassName
 {
   background-color: #A011B9;
 }
 .BgClassName
 {
   background-color: #A011B9;
 }
</style>
border-color css

<style>
 span { border-color: #A011B9; }

 span { border-color: rgb(160,17,185); }

 td.TdClassName
 {
   border-color: #A011B9;
 }
 .TagClassName
 {
   border-color: #A011B9;
 }
</style>