Shades of Dark Violet #A008D9
Tints of Dark Violet #A008D9
RGB
CMYK
RGB Variations
Color information
#A008D9 (or 0xA008D9) is known color: Dark Violet. HEX triplet: A0, 08 and D9. RGB value is (160,8,217). Sum of RGB (Red+Green+Blue) = 160+8+217=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 8 (3.52% from 255 or 2.08% from 385); Blue value is 217 (85.16% from 255 or 56.36% from 385); Max value from RGB is 217 - color contains mainly: blue. Hex color #A008D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A008D9 is #5FF726. Grayscale: #4C4C4C. Windows color (decimal): -6289191 or 14223520. OLE color: 14223520.
HSL color Cylindrical-coordinate representation of color #A008D9: hue angle of 283.64º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A008D9 is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 8 | 217 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.15 |
| HSL | 283.64º | 0.93% | 0.44% | - |
| HSV(B) | 283.64º | 0.96% | 0.85% | - |
| XYZ | 27.11 | 12.66 | 66.66 | - |
| YUV | 77.27 | 206.86 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 8 | 217 | 0.26 | 0.96 | 0 | 0.15 | 283.64 | 0.93 | 0.44 |
| Hex | A0 | 8 | D9 | 1A | 60 | 0 | F | 11C | 5D | 2C |
| Octal | 240 | 10 | 331 | 32 | 140 | 0 | 17 | 434 | 135 | 54 |
| Binary | 10100000 | 1000 | 11011001 | 11010 | 1100000 | 0 | 1111 | 100011100 | 1011101 | 101100 |
Color Harmonies of #A008D9
Complementary color
Monochromatic Colors of #A008D9
Black with #A008D9
Text Example
Text Example
White with #A008D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A008D9; }
p { color: rgb(160,8,217); }
H1.HeaderClassName
{
color: #A008D9;
}
.AnyTagClassName
{
color: #A008D9;
}
</style>
background-color css
<style>
a { background-color: #A008D9; }
a { background-color: rgb(160,8,217); }
div.DivClassName
{
background-color: #A008D9;
}
.BgClassName
{
background-color: #A008D9;
}
</style>
border-color css
<style>
span { border-color: #A008D9; }
span { border-color: rgb(160,8,217); }
td.TdClassName
{
border-color: #A008D9;
}
.TagClassName
{
border-color: #A008D9;
}
</style>