Shades of Dark Violet #A008D0
Tints of Dark Violet #A008D0
RGB
CMYK
RGB Variations
Color information
#A008D0 (or 0xA008D0) is known color: Dark Violet. HEX triplet: A0, 08 and D0. RGB value is (160,8,208). Sum of RGB (Red+Green+Blue) = 160+8+208=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 8 (3.52% from 255 or 2.13% from 376); Blue value is 208 (81.64% from 255 or 55.32% from 376); Max value from RGB is 208 - color contains mainly: blue. Hex color #A008D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A008D0 is #5FF72F. Grayscale: #4B4B4B. Windows color (decimal): -6289200 or 13633696. OLE color: 13633696.
HSL color Cylindrical-coordinate representation of color #A008D0: hue angle of 285.6º 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 #A008D0 is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 8 | 208 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.18 |
| HSL | 285.6º | 0.93% | 0.42% | - |
| HSV(B) | 285.6º | 0.96% | 0.82% | - |
| XYZ | 25.97 | 12.2 | 60.66 | - |
| YUV | 76.25 | 202.36 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 8 | 208 | 0.23 | 0.96 | 0 | 0.18 | 285.6 | 0.93 | 0.42 |
| Hex | A0 | 8 | D0 | 17 | 60 | 0 | 12 | 11E | 5D | 2A |
| Octal | 240 | 10 | 320 | 27 | 140 | 0 | 22 | 436 | 135 | 52 |
| Binary | 10100000 | 1000 | 11010000 | 10111 | 1100000 | 0 | 10010 | 100011110 | 1011101 | 101010 |
Color Harmonies of #A008D0
Complementary color
Monochromatic Colors of #A008D0
Black with #A008D0
Text Example
Text Example
White with #A008D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A008D0; }
p { color: rgb(160,8,208); }
H1.HeaderClassName
{
color: #A008D0;
}
.AnyTagClassName
{
color: #A008D0;
}
</style>
background-color css
<style>
a { background-color: #A008D0; }
a { background-color: rgb(160,8,208); }
div.DivClassName
{
background-color: #A008D0;
}
.BgClassName
{
background-color: #A008D0;
}
</style>
border-color css
<style>
span { border-color: #A008D0; }
span { border-color: rgb(160,8,208); }
td.TdClassName
{
border-color: #A008D0;
}
.TagClassName
{
border-color: #A008D0;
}
</style>