Shades of Dark Violet #A809C0
Tints of Dark Violet #A809C0
RGB
CMYK
RGB Variations
Color information
#A809C0 (or 0xA809C0) is known color: Dark Violet. HEX triplet: A8, 09 and C0. RGB value is (168,9,192). Sum of RGB (Red+Green+Blue) = 168+9+192=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 9 (3.91% from 255 or 2.44% from 369); Blue value is 192 (75.39% from 255 or 52.03% from 369); Max value from RGB is 192 - color contains mainly: blue. Hex color #A809C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A809C0 is #57F63F. Grayscale: #4C4C4C. Windows color (decimal): -5764672 or 12585384. OLE color: 12585384.
HSL color Cylindrical-coordinate representation of color #A809C0: hue angle of 292.13º 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 #A809C0 is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 9 | 192 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.25 |
| HSL | 292.13º | 0.91% | 0.39% | - |
| HSV(B) | 292.13º | 0.95% | 0.75% | - |
| XYZ | 25.76 | 12.33 | 50.89 | - |
| YUV | 77.4 | 192.68 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 9 | 192 | 0.12 | 0.95 | 0 | 0.25 | 292.13 | 0.91 | 0.39 |
| Hex | A8 | 9 | C0 | C | 5F | 0 | 19 | 124 | 5B | 27 |
| Octal | 250 | 11 | 300 | 14 | 137 | 0 | 31 | 444 | 133 | 47 |
| Binary | 10101000 | 1001 | 11000000 | 1100 | 1011111 | 0 | 11001 | 100100100 | 1011011 | 100111 |
Color Harmonies of #A809C0
Complementary color
Monochromatic Colors of #A809C0
Black with #A809C0
Text Example
Text Example
White with #A809C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A809C0; }
p { color: rgb(168,9,192); }
H1.HeaderClassName
{
color: #A809C0;
}
.AnyTagClassName
{
color: #A809C0;
}
</style>
background-color css
<style>
a { background-color: #A809C0; }
a { background-color: rgb(168,9,192); }
div.DivClassName
{
background-color: #A809C0;
}
.BgClassName
{
background-color: #A809C0;
}
</style>
border-color css
<style>
span { border-color: #A809C0; }
span { border-color: rgb(168,9,192); }
td.TdClassName
{
border-color: #A809C0;
}
.TagClassName
{
border-color: #A809C0;
}
</style>