#A601CB

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

Shades of Dark Violet #A601CB

Tints of Dark Violet #A601CB

Color information

#A601CB (or 0xA601CB) is unknown color: approx Dark Violet. HEX triplet: A6, 01 and CB. RGB value is (166,1,203). Sum of RGB (Red+Green+Blue) = 166+1+203=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 1 (0.78% from 255 or 0.27% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #A601CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A601CB is #59FE34. Grayscale: #484848. Windows color (decimal): -5897781 or 13304230. OLE color: 13304230.

HSL color Cylindrical-coordinate representation of color #A601CB: hue angle of 289.01º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A601CB is Cyan = 0.18, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1661203-
CMYK0.181.0000.20
HSL289.01º99.02%40%-
HSV(B)289.01º99.51%79.61%-
XYZ26.5212.4457.5-
YUV73.36201.16194.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.86%
GREEN value IS 1 (0.78% from 255) = 0.27%
BLUE value IS 203 (79.69% from 255) = 54.86%
R=44.86%
G=0.27%
B=54.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal16612030.181.0000.20289.0199.0240
HexA61CB12640141216328
Octal24613132214402444114350
Binary101001101110010111001011001000101001001000011100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A601CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A601CB; }

 p { color: rgb(166,1,203); }

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

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

 a { background-color: rgb(166,1,203); }

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

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

 span { border-color: rgb(166,1,203); }

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