Shades of Dark Violet #A609CC
Tints of Dark Violet #A609CC
RGB
CMYK
RGB Variations
Color information
#A609CC (or 0xA609CC) is known color: Dark Violet. HEX triplet: A6, 09 and CC. RGB value is (166,9,204). Sum of RGB (Red+Green+Blue) = 166+9+204=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 9 (3.91% from 255 or 2.37% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #A609CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A609CC is #59F633. Grayscale: #4D4D4D. Windows color (decimal): -5895732 or 13371814. OLE color: 13371814.
HSL color Cylindrical-coordinate representation of color #A609CC: hue angle of 288.31º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A609CC is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 9 | 204 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.2 |
| HSL | 288.31º | 0.92% | 0.42% | - |
| HSV(B) | 288.31º | 0.96% | 0.8% | - |
| XYZ | 26.72 | 12.66 | 58.16 | - |
| YUV | 78.17 | 199.01 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 9 | 204 | 0.19 | 0.96 | 0 | 0.2 | 288.31 | 0.92 | 0.42 |
| Hex | A6 | 9 | CC | 13 | 60 | 0 | 14 | 120 | 5C | 2A |
| Octal | 246 | 11 | 314 | 23 | 140 | 0 | 24 | 440 | 134 | 52 |
| Binary | 10100110 | 1001 | 11001100 | 10011 | 1100000 | 0 | 10100 | 100100000 | 1011100 | 101010 |
Color Harmonies of #A609CC
Complementary color
Monochromatic Colors of #A609CC
Black with #A609CC
Text Example
Text Example
White with #A609CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A609CC; }
p { color: rgb(166,9,204); }
H1.HeaderClassName
{
color: #A609CC;
}
.AnyTagClassName
{
color: #A609CC;
}
</style>
background-color css
<style>
a { background-color: #A609CC; }
a { background-color: rgb(166,9,204); }
div.DivClassName
{
background-color: #A609CC;
}
.BgClassName
{
background-color: #A609CC;
}
</style>
border-color css
<style>
span { border-color: #A609CC; }
span { border-color: rgb(166,9,204); }
td.TdClassName
{
border-color: #A609CC;
}
.TagClassName
{
border-color: #A609CC;
}
</style>