#A011BD

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

Shades of Dark Violet #A011BD

Tints of Dark Violet #A011BD

Color information

#A011BD (or 0xA011BD) is unknown color: approx Dark Violet. HEX triplet: A0, 11 and BD. RGB value is (160,17,189). Sum of RGB (Red+Green+Blue) = 160+17+189=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 17 (7.03% from 255 or 4.64% from 366); Blue value is 189 (74.22% from 255 or 51.64% from 366); Max value from RGB is 189 - color contains mainly: blue. Hex color #A011BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A011BD is #5FEE42. Grayscale: #4E4E4E. Windows color (decimal): -6286915 or 12390816. OLE color: 12390816.

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

Color convert

RGB16017189-
CMYK0.150.9100.26
HSL289.88º83.5%40.39%-
HSV(B)289.88º91.01%74.12%-
XYZ23.8811.5549.11-
YUV79.36189.88185.51-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.72%
GREEN value IS 17 (7.03% from 255) = 4.64%
BLUE value IS 189 (74.22% from 255) = 51.64%
R=43.72%
G=4.64%
B=51.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal160171890.150.9100.26289.8883.540.39
HexA011BDF5B01A1225328
Octal240212751713303244212350
Binary101000001000110111101111110110110110101001000101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A011BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A011BD; }

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

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

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

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

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

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

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

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