Shades of Dark Violet #A808D6
Tints of Dark Violet #A808D6
RGB
CMYK
RGB Variations
Color information
#A808D6 (or 0xA808D6) is known color: Dark Violet. HEX triplet: A8, 08 and D6. RGB value is (168,8,214). Sum of RGB (Red+Green+Blue) = 168+8+214=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 8 (3.52% from 255 or 2.05% from 390); Blue value is 214 (83.98% from 255 or 54.87% from 390); Max value from RGB is 214 - color contains mainly: blue. Hex color #A808D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A808D6 is #57F729. Grayscale: #4E4E4E. Windows color (decimal): -5764906 or 14026920. OLE color: 14026920.
HSL color Cylindrical-coordinate representation of color #A808D6: hue angle of 286.6º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A808D6 is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 8 | 214 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.16 |
| HSL | 286.6º | 0.93% | 0.44% | - |
| HSV(B) | 286.6º | 0.96% | 0.84% | - |
| XYZ | 28.37 | 13.35 | 64.7 | - |
| YUV | 79.32 | 204.01 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 8 | 214 | 0.21 | 0.96 | 0 | 0.16 | 286.6 | 0.93 | 0.44 |
| Hex | A8 | 8 | D6 | 15 | 60 | 0 | 10 | 11F | 5D | 2C |
| Octal | 250 | 10 | 326 | 25 | 140 | 0 | 20 | 437 | 135 | 54 |
| Binary | 10101000 | 1000 | 11010110 | 10101 | 1100000 | 0 | 10000 | 100011111 | 1011101 | 101100 |
Color Harmonies of #A808D6
Complementary color
Monochromatic Colors of #A808D6
Black with #A808D6
Text Example
Text Example
White with #A808D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A808D6; }
p { color: rgb(168,8,214); }
H1.HeaderClassName
{
color: #A808D6;
}
.AnyTagClassName
{
color: #A808D6;
}
</style>
background-color css
<style>
a { background-color: #A808D6; }
a { background-color: rgb(168,8,214); }
div.DivClassName
{
background-color: #A808D6;
}
.BgClassName
{
background-color: #A808D6;
}
</style>
border-color css
<style>
span { border-color: #A808D6; }
span { border-color: rgb(168,8,214); }
td.TdClassName
{
border-color: #A808D6;
}
.TagClassName
{
border-color: #A808D6;
}
</style>