Shades of Dark Violet #A008D1
Tints of Dark Violet #A008D1
RGB
CMYK
RGB Variations
Color information
#A008D1 (or 0xA008D1) is known color: Dark Violet. HEX triplet: A0, 08 and D1. RGB value is (160,8,209). Sum of RGB (Red+Green+Blue) = 160+8+209=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 8 (3.52% from 255 or 2.12% from 377); Blue value is 209 (82.03% from 255 or 55.44% from 377); Max value from RGB is 209 - color contains mainly: blue. Hex color #A008D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A008D1 is #5FF72E. Grayscale: #4B4B4B. Windows color (decimal): -6289199 or 13699232. OLE color: 13699232.
HSL color Cylindrical-coordinate representation of color #A008D1: hue angle of 285.37º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A008D1 is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 8 | 209 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.18 |
| HSL | 285.37º | 0.93% | 0.43% | - |
| HSV(B) | 285.37º | 0.96% | 0.82% | - |
| XYZ | 26.09 | 12.25 | 61.31 | - |
| YUV | 76.36 | 202.86 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 8 | 209 | 0.23 | 0.96 | 0 | 0.18 | 285.37 | 0.93 | 0.43 |
| Hex | A0 | 8 | D1 | 17 | 60 | 0 | 12 | 11D | 5D | 2B |
| Octal | 240 | 10 | 321 | 27 | 140 | 0 | 22 | 435 | 135 | 53 |
| Binary | 10100000 | 1000 | 11010001 | 10111 | 1100000 | 0 | 10010 | 100011101 | 1011101 | 101011 |
Color Harmonies of #A008D1
Complementary color
Monochromatic Colors of #A008D1
Black with #A008D1
Text Example
Text Example
White with #A008D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A008D1; }
p { color: rgb(160,8,209); }
H1.HeaderClassName
{
color: #A008D1;
}
.AnyTagClassName
{
color: #A008D1;
}
</style>
background-color css
<style>
a { background-color: #A008D1; }
a { background-color: rgb(160,8,209); }
div.DivClassName
{
background-color: #A008D1;
}
.BgClassName
{
background-color: #A008D1;
}
</style>
border-color css
<style>
span { border-color: #A008D1; }
span { border-color: rgb(160,8,209); }
td.TdClassName
{
border-color: #A008D1;
}
.TagClassName
{
border-color: #A008D1;
}
</style>