Shades of Dark Violet #A600CC
Tints of Dark Violet #A600CC
RGB
CMYK
RGB Variations
Color information
#A600CC (or 0xA600CC) is known color: Dark Violet. HEX triplet: A6, 00 and CC. RGB value is (166,0,204). Sum of RGB (Red+Green+Blue) = 166+0+204=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 0 (0.39% from 255 or 0% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #A600CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A600CC is #59FF33. Grayscale: #484848. Windows color (decimal): -5898036 or 13369510. OLE color: 13369510.
HSL color Cylindrical-coordinate representation of color #A600CC: hue angle of 288.82º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A600CC is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 0 | 204 | - |
| CMYK | 0.19 | 1 | 0 | 0.2 |
| HSL | 288.82º | 1% | 0.4% | - |
| HSV(B) | 288.82º | 1% | 0.8% | - |
| XYZ | 26.62 | 12.47 | 58.13 | - |
| YUV | 72.89 | 202 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 0 | 204 | 0.19 | 1 | 0 | 0.2 | 288.82 | 1 | 0.4 |
| Hex | A6 | 0 | CC | 13 | 64 | 0 | 14 | 121 | 64 | 28 |
| Octal | 246 | 0 | 314 | 23 | 144 | 0 | 24 | 441 | 144 | 50 |
| Binary | 10100110 | 0 | 11001100 | 10011 | 1100100 | 0 | 10100 | 100100001 | 1100100 | 101000 |
Color Harmonies of #A600CC
Complementary color
Monochromatic Colors of #A600CC
Black with #A600CC
Text Example
Text Example
White with #A600CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A600CC; }
p { color: rgb(166,0,204); }
H1.HeaderClassName
{
color: #A600CC;
}
.AnyTagClassName
{
color: #A600CC;
}
</style>
background-color css
<style>
a { background-color: #A600CC; }
a { background-color: rgb(166,0,204); }
div.DivClassName
{
background-color: #A600CC;
}
.BgClassName
{
background-color: #A600CC;
}
</style>
border-color css
<style>
span { border-color: #A600CC; }
span { border-color: rgb(166,0,204); }
td.TdClassName
{
border-color: #A600CC;
}
.TagClassName
{
border-color: #A600CC;
}
</style>