Shades of Dark Violet #A008DF
Tints of Dark Violet #A008DF
RGB
CMYK
RGB Variations
Color information
#A008DF (or 0xA008DF) is known color: Dark Violet. HEX triplet: A0, 08 and DF. RGB value is (160,8,223). Sum of RGB (Red+Green+Blue) = 160+8+223=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 8 (3.52% from 255 or 2.05% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #A008DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A008DF is #5FF720. Grayscale: #4D4D4D. Windows color (decimal): -6289185 or 14616736. OLE color: 14616736.
HSL color Cylindrical-coordinate representation of color #A008DF: hue angle of 282.42º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A008DF is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 8 | 223 | - |
| CMYK | 0.28 | 0.96 | 0 | 0.13 |
| HSL | 282.42º | 0.93% | 0.45% | - |
| HSV(B) | 282.42º | 0.96% | 0.87% | - |
| XYZ | 27.9 | 12.97 | 70.85 | - |
| YUV | 77.96 | 209.86 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 8 | 223 | 0.28 | 0.96 | 0 | 0.13 | 282.42 | 0.93 | 0.45 |
| Hex | A0 | 8 | DF | 1C | 60 | 0 | D | 11A | 5D | 2D |
| Octal | 240 | 10 | 337 | 34 | 140 | 0 | 15 | 432 | 135 | 55 |
| Binary | 10100000 | 1000 | 11011111 | 11100 | 1100000 | 0 | 1101 | 100011010 | 1011101 | 101101 |
Color Harmonies of #A008DF
Complementary color
Monochromatic Colors of #A008DF
Black with #A008DF
Text Example
Text Example
White with #A008DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A008DF; }
p { color: rgb(160,8,223); }
H1.HeaderClassName
{
color: #A008DF;
}
.AnyTagClassName
{
color: #A008DF;
}
</style>
background-color css
<style>
a { background-color: #A008DF; }
a { background-color: rgb(160,8,223); }
div.DivClassName
{
background-color: #A008DF;
}
.BgClassName
{
background-color: #A008DF;
}
</style>
border-color css
<style>
span { border-color: #A008DF; }
span { border-color: rgb(160,8,223); }
td.TdClassName
{
border-color: #A008DF;
}
.TagClassName
{
border-color: #A008DF;
}
</style>