Shades of Dark Violet #A005D9
Tints of Dark Violet #A005D9
RGB
CMYK
RGB Variations
Color information
#A005D9 (or 0xA005D9) is known color: Dark Violet. HEX triplet: A0, 05 and D9. RGB value is (160,5,217). Sum of RGB (Red+Green+Blue) = 160+5+217=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 5 (2.34% from 255 or 1.31% from 382); Blue value is 217 (85.16% from 255 or 56.81% from 382); Max value from RGB is 217 - color contains mainly: blue. Hex color #A005D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A005D9 is #5FFA26. Grayscale: #4A4A4A. Windows color (decimal): -6289959 or 14222752. OLE color: 14222752.
HSL color Cylindrical-coordinate representation of color #A005D9: hue angle of 283.87º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A005D9 is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 5 | 217 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.15 |
| HSL | 283.87º | 0.95% | 0.44% | - |
| HSV(B) | 283.87º | 0.98% | 0.85% | - |
| XYZ | 27.08 | 12.59 | 66.65 | - |
| YUV | 75.51 | 207.85 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 217 | 0.26 | 0.98 | 0 | 0.15 | 283.87 | 0.95 | 0.44 |
| Hex | A0 | 5 | D9 | 1A | 62 | 0 | F | 11C | 5F | 2C |
| Octal | 240 | 5 | 331 | 32 | 142 | 0 | 17 | 434 | 137 | 54 |
| Binary | 10100000 | 101 | 11011001 | 11010 | 1100010 | 0 | 1111 | 100011100 | 1011111 | 101100 |
Color Harmonies of #A005D9
Complementary color
Monochromatic Colors of #A005D9
Black with #A005D9
Text Example
Text Example
White with #A005D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A005D9; }
p { color: rgb(160,5,217); }
H1.HeaderClassName
{
color: #A005D9;
}
.AnyTagClassName
{
color: #A005D9;
}
</style>
background-color css
<style>
a { background-color: #A005D9; }
a { background-color: rgb(160,5,217); }
div.DivClassName
{
background-color: #A005D9;
}
.BgClassName
{
background-color: #A005D9;
}
</style>
border-color css
<style>
span { border-color: #A005D9; }
span { border-color: rgb(160,5,217); }
td.TdClassName
{
border-color: #A005D9;
}
.TagClassName
{
border-color: #A005D9;
}
</style>