Shades of Dark Violet #A015DE
Tints of Dark Violet #A015DE
RGB
CMYK
RGB Variations
Color information
#A015DE (or 0xA015DE) is known color: Dark Violet. HEX triplet: A0, 15 and DE. RGB value is (160,21,222). Sum of RGB (Red+Green+Blue) = 160+21+222=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 21 (8.59% from 255 or 5.21% from 403); Blue value is 222 (87.11% from 255 or 55.09% from 403); Max value from RGB is 222 - color contains mainly: blue. Hex color #A015DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A015DE is #5FEA21. Grayscale: #545454. Windows color (decimal): -6285858 or 14554528. OLE color: 14554528.
HSL color Cylindrical-coordinate representation of color #A015DE: hue angle of 281.49º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A015DE is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 21 | 222 | - |
| CMYK | 0.28 | 0.91 | 0 | 0.13 |
| HSL | 281.49º | 0.83% | 0.48% | - |
| HSV(B) | 281.49º | 0.91% | 0.87% | - |
| XYZ | 27.95 | 13.28 | 70.2 | - |
| YUV | 85.48 | 205.05 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 21 | 222 | 0.28 | 0.91 | 0 | 0.13 | 281.49 | 0.83 | 0.48 |
| Hex | A0 | 15 | DE | 1C | 5B | 0 | D | 119 | 53 | 30 |
| Octal | 240 | 25 | 336 | 34 | 133 | 0 | 15 | 431 | 123 | 60 |
| Binary | 10100000 | 10101 | 11011110 | 11100 | 1011011 | 0 | 1101 | 100011001 | 1010011 | 110000 |
Color Harmonies of #A015DE
Complementary color
Monochromatic Colors of #A015DE
Black with #A015DE
Text Example
Text Example
White with #A015DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A015DE; }
p { color: rgb(160,21,222); }
H1.HeaderClassName
{
color: #A015DE;
}
.AnyTagClassName
{
color: #A015DE;
}
</style>
background-color css
<style>
a { background-color: #A015DE; }
a { background-color: rgb(160,21,222); }
div.DivClassName
{
background-color: #A015DE;
}
.BgClassName
{
background-color: #A015DE;
}
</style>
border-color css
<style>
span { border-color: #A015DE; }
span { border-color: rgb(160,21,222); }
td.TdClassName
{
border-color: #A015DE;
}
.TagClassName
{
border-color: #A015DE;
}
</style>