Shades of Dark Violet #A809C8
Tints of Dark Violet #A809C8
RGB
CMYK
RGB Variations
Color information
#A809C8 (or 0xA809C8) is known color: Dark Violet. HEX triplet: A8, 09 and C8. RGB value is (168,9,200). Sum of RGB (Red+Green+Blue) = 168+9+200=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 9 (3.91% from 255 or 2.39% from 377); Blue value is 200 (78.52% from 255 or 53.05% from 377); Max value from RGB is 200 - color contains mainly: blue. Hex color #A809C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A809C8 is #57F637. Grayscale: #4D4D4D. Windows color (decimal): -5764664 or 13109672. OLE color: 13109672.
HSL color Cylindrical-coordinate representation of color #A809C8: hue angle of 289.95º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A809C8 is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 9 | 200 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.22 |
| HSL | 289.95º | 0.91% | 0.41% | - |
| HSV(B) | 289.95º | 0.96% | 0.78% | - |
| XYZ | 26.67 | 12.69 | 55.69 | - |
| YUV | 78.32 | 196.68 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 9 | 200 | 0.16 | 0.96 | 0 | 0.22 | 289.95 | 0.91 | 0.41 |
| Hex | A8 | 9 | C8 | 10 | 60 | 0 | 16 | 122 | 5B | 29 |
| Octal | 250 | 11 | 310 | 20 | 140 | 0 | 26 | 442 | 133 | 51 |
| Binary | 10101000 | 1001 | 11001000 | 10000 | 1100000 | 0 | 10110 | 100100010 | 1011011 | 101001 |
Color Harmonies of #A809C8
Complementary color
Monochromatic Colors of #A809C8
Black with #A809C8
Text Example
Text Example
White with #A809C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A809C8; }
p { color: rgb(168,9,200); }
H1.HeaderClassName
{
color: #A809C8;
}
.AnyTagClassName
{
color: #A809C8;
}
</style>
background-color css
<style>
a { background-color: #A809C8; }
a { background-color: rgb(168,9,200); }
div.DivClassName
{
background-color: #A809C8;
}
.BgClassName
{
background-color: #A809C8;
}
</style>
border-color css
<style>
span { border-color: #A809C8; }
span { border-color: rgb(168,9,200); }
td.TdClassName
{
border-color: #A809C8;
}
.TagClassName
{
border-color: #A809C8;
}
</style>