Shades of Dark Violet #A808D0
Tints of Dark Violet #A808D0
RGB
CMYK
RGB Variations
Color information
#A808D0 (or 0xA808D0) is known color: Dark Violet. HEX triplet: A8, 08 and D0. RGB value is (168,8,208). Sum of RGB (Red+Green+Blue) = 168+8+208=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 8 (3.52% from 255 or 2.08% from 384); Blue value is 208 (81.64% from 255 or 54.17% from 384); Max value from RGB is 208 - color contains mainly: blue. Hex color #A808D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A808D0 is #57F72F. Grayscale: #4E4E4E. Windows color (decimal): -5764912 or 13633704. OLE color: 13633704.
HSL color Cylindrical-coordinate representation of color #A808D0: hue angle of 288º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A808D0 is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 8 | 208 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.18 |
| HSL | 288º | 0.93% | 0.42% | - |
| HSV(B) | 288º | 0.96% | 0.82% | - |
| XYZ | 27.62 | 13.05 | 60.74 | - |
| YUV | 78.64 | 201.01 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 8 | 208 | 0.19 | 0.96 | 0 | 0.18 | 288 | 0.93 | 0.42 |
| Hex | A8 | 8 | D0 | 13 | 60 | 0 | 12 | 120 | 5D | 2A |
| Octal | 250 | 10 | 320 | 23 | 140 | 0 | 22 | 440 | 135 | 52 |
| Binary | 10101000 | 1000 | 11010000 | 10011 | 1100000 | 0 | 10010 | 100100000 | 1011101 | 101010 |
Color Harmonies of #A808D0
Complementary color
Monochromatic Colors of #A808D0
Black with #A808D0
Text Example
Text Example
White with #A808D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A808D0; }
p { color: rgb(168,8,208); }
H1.HeaderClassName
{
color: #A808D0;
}
.AnyTagClassName
{
color: #A808D0;
}
</style>
background-color css
<style>
a { background-color: #A808D0; }
a { background-color: rgb(168,8,208); }
div.DivClassName
{
background-color: #A808D0;
}
.BgClassName
{
background-color: #A808D0;
}
</style>
border-color css
<style>
span { border-color: #A808D0; }
span { border-color: rgb(168,8,208); }
td.TdClassName
{
border-color: #A808D0;
}
.TagClassName
{
border-color: #A808D0;
}
</style>