#A601CC

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

Shades of Dark Violet #A601CC

Tints of Dark Violet #A601CC

Color information

#A601CC (or 0xA601CC) is unknown color: approx Dark Violet. HEX triplet: A6, 01 and CC. RGB value is (166,1,204). Sum of RGB (Red+Green+Blue) = 166+1+204=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 1 (0.78% from 255 or 0.27% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #A601CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A601CC is #59FE33. Grayscale: #484848. Windows color (decimal): -5897780 or 13369766. OLE color: 13369766.

HSL color Cylindrical-coordinate representation of color #A601CC: hue angle of 288.77º 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 #A601CC is Cyan = 0.19, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1661204-
CMYK0.191.0000.2
HSL288.77º99.02%40.2%-
HSV(B)288.77º99.51%80%-
XYZ26.6412.4958.13-
YUV73.48201.66193.99-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.74%
GREEN value IS 1 (0.78% from 255) = 0.27%
BLUE value IS 204 (80.08% from 255) = 54.99%
R=44.74%
G=0.27%
B=54.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal16612040.191.0000.2288.7799.0240.2
HexA61CC13640141216328
Octal24613142314402444114350
Binary101001101110011001001111001000101001001000011100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A601CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A601CC; }

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

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

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

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

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

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

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

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