Shades of Dark Violet #A609CE
Tints of Dark Violet #A609CE
RGB
CMYK
RGB Variations
Color information
#A609CE (or 0xA609CE) is known color: Dark Violet. HEX triplet: A6, 09 and CE. RGB value is (166,9,206). Sum of RGB (Red+Green+Blue) = 166+9+206=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 9 (3.91% from 255 or 2.36% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #A609CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A609CE is #59F631. Grayscale: #4D4D4D. Windows color (decimal): -5895730 or 13502886. OLE color: 13502886.
HSL color Cylindrical-coordinate representation of color #A609CE: hue angle of 287.82º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A609CE is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 9 | 206 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.19 |
| HSL | 287.82º | 0.92% | 0.42% | - |
| HSV(B) | 287.82º | 0.96% | 0.81% | - |
| XYZ | 26.96 | 12.76 | 59.43 | - |
| YUV | 78.4 | 200.01 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 9 | 206 | 0.19 | 0.96 | 0 | 0.19 | 287.82 | 0.92 | 0.42 |
| Hex | A6 | 9 | CE | 13 | 60 | 0 | 13 | 120 | 5C | 2A |
| Octal | 246 | 11 | 316 | 23 | 140 | 0 | 23 | 440 | 134 | 52 |
| Binary | 10100110 | 1001 | 11001110 | 10011 | 1100000 | 0 | 10011 | 100100000 | 1011100 | 101010 |
Color Harmonies of #A609CE
Complementary color
Monochromatic Colors of #A609CE
Black with #A609CE
Text Example
Text Example
White with #A609CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A609CE; }
p { color: rgb(166,9,206); }
H1.HeaderClassName
{
color: #A609CE;
}
.AnyTagClassName
{
color: #A609CE;
}
</style>
background-color css
<style>
a { background-color: #A609CE; }
a { background-color: rgb(166,9,206); }
div.DivClassName
{
background-color: #A609CE;
}
.BgClassName
{
background-color: #A609CE;
}
</style>
border-color css
<style>
span { border-color: #A609CE; }
span { border-color: rgb(166,9,206); }
td.TdClassName
{
border-color: #A609CE;
}
.TagClassName
{
border-color: #A609CE;
}
</style>