Shades of Dark Violet #A015DD
Tints of Dark Violet #A015DD
RGB
CMYK
RGB Variations
Color information
#A015DD (or 0xA015DD) is known color: Dark Violet. HEX triplet: A0, 15 and DD. RGB value is (160,21,221). Sum of RGB (Red+Green+Blue) = 160+21+221=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 21 (8.59% from 255 or 5.22% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #A015DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A015DD is #5FEA22. Grayscale: #545454. Windows color (decimal): -6285859 or 14488992. OLE color: 14488992.
HSL color Cylindrical-coordinate representation of color #A015DD: hue angle of 281.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A015DD is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 21 | 221 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.13 |
| HSL | 281.7º | 0.83% | 0.47% | - |
| HSV(B) | 281.7º | 0.9% | 0.87% | - |
| XYZ | 27.82 | 13.23 | 69.49 | - |
| YUV | 85.36 | 204.55 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 21 | 221 | 0.28 | 0.90 | 0 | 0.13 | 281.7 | 0.83 | 0.47 |
| Hex | A0 | 15 | DD | 1C | 5A | 0 | D | 11A | 53 | 2F |
| Octal | 240 | 25 | 335 | 34 | 132 | 0 | 15 | 432 | 123 | 57 |
| Binary | 10100000 | 10101 | 11011101 | 11100 | 1011010 | 0 | 1101 | 100011010 | 1010011 | 101111 |
Color Harmonies of #A015DD
Complementary color
Monochromatic Colors of #A015DD
Black with #A015DD
Text Example
Text Example
White with #A015DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A015DD; }
p { color: rgb(160,21,221); }
H1.HeaderClassName
{
color: #A015DD;
}
.AnyTagClassName
{
color: #A015DD;
}
</style>
background-color css
<style>
a { background-color: #A015DD; }
a { background-color: rgb(160,21,221); }
div.DivClassName
{
background-color: #A015DD;
}
.BgClassName
{
background-color: #A015DD;
}
</style>
border-color css
<style>
span { border-color: #A015DD; }
span { border-color: rgb(160,21,221); }
td.TdClassName
{
border-color: #A015DD;
}
.TagClassName
{
border-color: #A015DD;
}
</style>