Shades of Dark Violet #A808D9
Tints of Dark Violet #A808D9
RGB
CMYK
RGB Variations
Color information
#A808D9 (or 0xA808D9) is known color: Dark Violet. HEX triplet: A8, 08 and D9. RGB value is (168,8,217). Sum of RGB (Red+Green+Blue) = 168+8+217=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 8 (3.52% from 255 or 2.04% from 393); Blue value is 217 (85.16% from 255 or 55.22% from 393); Max value from RGB is 217 - color contains mainly: blue. Hex color #A808D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A808D9 is #57F726. Grayscale: #4E4E4E. Windows color (decimal): -5764903 or 14223528. OLE color: 14223528.
HSL color Cylindrical-coordinate representation of color #A808D9: hue angle of 285.93º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A808D9 is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 8 | 217 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.15 |
| HSL | 285.93º | 0.93% | 0.44% | - |
| HSV(B) | 285.93º | 0.96% | 0.85% | - |
| XYZ | 28.76 | 13.51 | 66.74 | - |
| YUV | 79.67 | 205.51 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 8 | 217 | 0.23 | 0.96 | 0 | 0.15 | 285.93 | 0.93 | 0.44 |
| Hex | A8 | 8 | D9 | 17 | 60 | 0 | F | 11E | 5D | 2C |
| Octal | 250 | 10 | 331 | 27 | 140 | 0 | 17 | 436 | 135 | 54 |
| Binary | 10101000 | 1000 | 11011001 | 10111 | 1100000 | 0 | 1111 | 100011110 | 1011101 | 101100 |
Color Harmonies of #A808D9
Complementary color
Monochromatic Colors of #A808D9
Black with #A808D9
Text Example
Text Example
White with #A808D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A808D9; }
p { color: rgb(168,8,217); }
H1.HeaderClassName
{
color: #A808D9;
}
.AnyTagClassName
{
color: #A808D9;
}
</style>
background-color css
<style>
a { background-color: #A808D9; }
a { background-color: rgb(168,8,217); }
div.DivClassName
{
background-color: #A808D9;
}
.BgClassName
{
background-color: #A808D9;
}
</style>
border-color css
<style>
span { border-color: #A808D9; }
span { border-color: rgb(168,8,217); }
td.TdClassName
{
border-color: #A808D9;
}
.TagClassName
{
border-color: #A808D9;
}
</style>