Shades of Dark Violet #A015DA
Tints of Dark Violet #A015DA
RGB
CMYK
RGB Variations
Color information
#A015DA (or 0xA015DA) is known color: Dark Violet. HEX triplet: A0, 15 and DA. RGB value is (160,21,218). Sum of RGB (Red+Green+Blue) = 160+21+218=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 21 (8.59% from 255 or 5.26% from 399); Blue value is 218 (85.55% from 255 or 54.64% from 399); Max value from RGB is 218 - color contains mainly: blue. Hex color #A015DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A015DA is #5FEA25. Grayscale: #545454. Windows color (decimal): -6285862 or 14292384. OLE color: 14292384.
HSL color Cylindrical-coordinate representation of color #A015DA: hue angle of 282.34º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A015DA is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 21 | 218 | - |
| CMYK | 0.27 | 0.90 | 0 | 0.15 |
| HSL | 282.34º | 0.82% | 0.47% | - |
| HSV(B) | 282.34º | 0.9% | 0.85% | - |
| XYZ | 27.42 | 13.07 | 67.41 | - |
| YUV | 85.02 | 203.05 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 21 | 218 | 0.27 | 0.90 | 0 | 0.15 | 282.34 | 0.82 | 0.47 |
| Hex | A0 | 15 | DA | 1B | 5A | 0 | F | 11A | 52 | 2F |
| Octal | 240 | 25 | 332 | 33 | 132 | 0 | 17 | 432 | 122 | 57 |
| Binary | 10100000 | 10101 | 11011010 | 11011 | 1011010 | 0 | 1111 | 100011010 | 1010010 | 101111 |
Color Harmonies of #A015DA
Complementary color
Monochromatic Colors of #A015DA
Black with #A015DA
Text Example
Text Example
White with #A015DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A015DA; }
p { color: rgb(160,21,218); }
H1.HeaderClassName
{
color: #A015DA;
}
.AnyTagClassName
{
color: #A015DA;
}
</style>
background-color css
<style>
a { background-color: #A015DA; }
a { background-color: rgb(160,21,218); }
div.DivClassName
{
background-color: #A015DA;
}
.BgClassName
{
background-color: #A015DA;
}
</style>
border-color css
<style>
span { border-color: #A015DA; }
span { border-color: rgb(160,21,218); }
td.TdClassName
{
border-color: #A015DA;
}
.TagClassName
{
border-color: #A015DA;
}
</style>