Shades of Dark Violet #A808C9
Tints of Dark Violet #A808C9
RGB
CMYK
RGB Variations
Color information
#A808C9 (or 0xA808C9) is known color: Dark Violet. HEX triplet: A8, 08 and C9. RGB value is (168,8,201). Sum of RGB (Red+Green+Blue) = 168+8+201=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 8 (3.52% from 255 or 2.12% from 377); Blue value is 201 (78.91% from 255 or 53.32% from 377); Max value from RGB is 201 - color contains mainly: blue. Hex color #A808C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A808C9 is #57F736. Grayscale: #4D4D4D. Windows color (decimal): -5764919 or 13174952. OLE color: 13174952.
HSL color Cylindrical-coordinate representation of color #A808C9: hue angle of 289.74º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A808C9 is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 8 | 201 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.21 |
| HSL | 289.74º | 0.92% | 0.41% | - |
| HSV(B) | 289.74º | 0.96% | 0.79% | - |
| XYZ | 26.78 | 12.72 | 56.3 | - |
| YUV | 77.84 | 197.51 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 8 | 201 | 0.16 | 0.96 | 0 | 0.21 | 289.74 | 0.92 | 0.41 |
| Hex | A8 | 8 | C9 | 10 | 60 | 0 | 15 | 122 | 5C | 29 |
| Octal | 250 | 10 | 311 | 20 | 140 | 0 | 25 | 442 | 134 | 51 |
| Binary | 10101000 | 1000 | 11001001 | 10000 | 1100000 | 0 | 10101 | 100100010 | 1011100 | 101001 |
Color Harmonies of #A808C9
Complementary color
Monochromatic Colors of #A808C9
Black with #A808C9
Text Example
Text Example
White with #A808C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A808C9; }
p { color: rgb(168,8,201); }
H1.HeaderClassName
{
color: #A808C9;
}
.AnyTagClassName
{
color: #A808C9;
}
</style>
background-color css
<style>
a { background-color: #A808C9; }
a { background-color: rgb(168,8,201); }
div.DivClassName
{
background-color: #A808C9;
}
.BgClassName
{
background-color: #A808C9;
}
</style>
border-color css
<style>
span { border-color: #A808C9; }
span { border-color: rgb(168,8,201); }
td.TdClassName
{
border-color: #A808C9;
}
.TagClassName
{
border-color: #A808C9;
}
</style>