Shades of Dark Violet #A609C0
Tints of Dark Violet #A609C0
RGB
CMYK
RGB Variations
Color information
#A609C0 (or 0xA609C0) is known color: Dark Violet. HEX triplet: A6, 09 and C0. RGB value is (166,9,192). Sum of RGB (Red+Green+Blue) = 166+9+192=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 9 (3.91% from 255 or 2.45% from 367); Blue value is 192 (75.39% from 255 or 52.32% from 367); Max value from RGB is 192 - color contains mainly: blue. Hex color #A609C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A609C0 is #59F63F. Grayscale: #4C4C4C. Windows color (decimal): -5895744 or 12585382. OLE color: 12585382.
HSL color Cylindrical-coordinate representation of color #A609C0: hue angle of 291.48º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A609C0 is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 9 | 192 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.25 |
| HSL | 291.48º | 0.91% | 0.39% | - |
| HSV(B) | 291.48º | 0.95% | 0.75% | - |
| XYZ | 25.34 | 12.11 | 50.87 | - |
| YUV | 76.81 | 193.01 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 9 | 192 | 0.14 | 0.95 | 0 | 0.25 | 291.48 | 0.91 | 0.39 |
| Hex | A6 | 9 | C0 | E | 5F | 0 | 19 | 123 | 5B | 27 |
| Octal | 246 | 11 | 300 | 16 | 137 | 0 | 31 | 443 | 133 | 47 |
| Binary | 10100110 | 1001 | 11000000 | 1110 | 1011111 | 0 | 11001 | 100100011 | 1011011 | 100111 |
Color Harmonies of #A609C0
Complementary color
Monochromatic Colors of #A609C0
Black with #A609C0
Text Example
Text Example
White with #A609C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A609C0; }
p { color: rgb(166,9,192); }
H1.HeaderClassName
{
color: #A609C0;
}
.AnyTagClassName
{
color: #A609C0;
}
</style>
background-color css
<style>
a { background-color: #A609C0; }
a { background-color: rgb(166,9,192); }
div.DivClassName
{
background-color: #A609C0;
}
.BgClassName
{
background-color: #A609C0;
}
</style>
border-color css
<style>
span { border-color: #A609C0; }
span { border-color: rgb(166,9,192); }
td.TdClassName
{
border-color: #A609C0;
}
.TagClassName
{
border-color: #A609C0;
}
</style>