Shades of Dark Violet #A808DA
Tints of Dark Violet #A808DA
RGB
CMYK
RGB Variations
Color information
#A808DA (or 0xA808DA) is known color: Dark Violet. HEX triplet: A8, 08 and DA. RGB value is (168,8,218). Sum of RGB (Red+Green+Blue) = 168+8+218=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 8 (3.52% from 255 or 2.03% from 394); Blue value is 218 (85.55% from 255 or 55.33% from 394); Max value from RGB is 218 - color contains mainly: blue. Hex color #A808DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A808DA is #57F725. Grayscale: #4F4F4F. Windows color (decimal): -5764902 or 14289064. OLE color: 14289064.
HSL color Cylindrical-coordinate representation of color #A808DA: hue angle of 285.71º 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 #A808DA is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 8 | 218 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.15 |
| HSL | 285.71º | 0.93% | 0.44% | - |
| HSV(B) | 285.71º | 0.96% | 0.85% | - |
| XYZ | 28.89 | 13.56 | 67.42 | - |
| YUV | 79.78 | 206.01 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 8 | 218 | 0.23 | 0.96 | 0 | 0.15 | 285.71 | 0.93 | 0.44 |
| Hex | A8 | 8 | DA | 17 | 60 | 0 | F | 11E | 5D | 2C |
| Octal | 250 | 10 | 332 | 27 | 140 | 0 | 17 | 436 | 135 | 54 |
| Binary | 10101000 | 1000 | 11011010 | 10111 | 1100000 | 0 | 1111 | 100011110 | 1011101 | 101100 |
Color Harmonies of #A808DA
Complementary color
Monochromatic Colors of #A808DA
Black with #A808DA
Text Example
Text Example
White with #A808DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A808DA; }
p { color: rgb(168,8,218); }
H1.HeaderClassName
{
color: #A808DA;
}
.AnyTagClassName
{
color: #A808DA;
}
</style>
background-color css
<style>
a { background-color: #A808DA; }
a { background-color: rgb(168,8,218); }
div.DivClassName
{
background-color: #A808DA;
}
.BgClassName
{
background-color: #A808DA;
}
</style>
border-color css
<style>
span { border-color: #A808DA; }
span { border-color: rgb(168,8,218); }
td.TdClassName
{
border-color: #A808DA;
}
.TagClassName
{
border-color: #A808DA;
}
</style>