Shades of Dark Violet #A608CA
Tints of Dark Violet #A608CA
RGB
CMYK
RGB Variations
Color information
#A608CA (or 0xA608CA) is known color: Dark Violet. HEX triplet: A6, 08 and CA. RGB value is (166,8,202). Sum of RGB (Red+Green+Blue) = 166+8+202=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 8 (3.52% from 255 or 2.13% from 376); Blue value is 202 (79.30% from 255 or 53.72% from 376); Max value from RGB is 202 - color contains mainly: blue. Hex color #A608CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A608CA is #59F735. Grayscale: #4C4C4C. Windows color (decimal): -5895990 or 13240486. OLE color: 13240486.
HSL color Cylindrical-coordinate representation of color #A608CA: hue angle of 288.87º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A608CA is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 8 | 202 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.21 |
| HSL | 288.87º | 0.92% | 0.41% | - |
| HSV(B) | 288.87º | 0.96% | 0.79% | - |
| XYZ | 26.47 | 12.54 | 56.9 | - |
| YUV | 77.36 | 198.35 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 8 | 202 | 0.18 | 0.96 | 0 | 0.21 | 288.87 | 0.92 | 0.41 |
| Hex | A6 | 8 | CA | 12 | 60 | 0 | 15 | 121 | 5C | 29 |
| Octal | 246 | 10 | 312 | 22 | 140 | 0 | 25 | 441 | 134 | 51 |
| Binary | 10100110 | 1000 | 11001010 | 10010 | 1100000 | 0 | 10101 | 100100001 | 1011100 | 101001 |
Color Harmonies of #A608CA
Complementary color
Monochromatic Colors of #A608CA
Black with #A608CA
Text Example
Text Example
White with #A608CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A608CA; }
p { color: rgb(166,8,202); }
H1.HeaderClassName
{
color: #A608CA;
}
.AnyTagClassName
{
color: #A608CA;
}
</style>
background-color css
<style>
a { background-color: #A608CA; }
a { background-color: rgb(166,8,202); }
div.DivClassName
{
background-color: #A608CA;
}
.BgClassName
{
background-color: #A608CA;
}
</style>
border-color css
<style>
span { border-color: #A608CA; }
span { border-color: rgb(166,8,202); }
td.TdClassName
{
border-color: #A608CA;
}
.TagClassName
{
border-color: #A608CA;
}
</style>