Shades of Dark Violet #A015B9
Tints of Dark Violet #A015B9
RGB
CMYK
RGB Variations
Color information
#A015B9 (or 0xA015B9) is known color: Dark Violet. HEX triplet: A0, 15 and B9. RGB value is (160,21,185). Sum of RGB (Red+Green+Blue) = 160+21+185=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 185 (72.66% from 255 or 50.55% from 366); Max value from RGB is 185 - color contains mainly: blue. Hex color #A015B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A015B9 is #5FEA46. Grayscale: #505050. Windows color (decimal): -6285895 or 12129696. OLE color: 12129696.
HSL color Cylindrical-coordinate representation of color #A015B9: hue angle of 290.85º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A015B9 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 21 | 185 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.27 |
| HSL | 290.85º | 0.8% | 0.4% | - |
| HSV(B) | 290.85º | 0.89% | 0.73% | - |
| XYZ | 23.52 | 11.51 | 46.88 | - |
| YUV | 81.26 | 186.55 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 21 | 185 | 0.14 | 0.89 | 0 | 0.27 | 290.85 | 0.8 | 0.4 |
| Hex | A0 | 15 | B9 | E | 59 | 0 | 1B | 123 | 50 | 28 |
| Octal | 240 | 25 | 271 | 16 | 131 | 0 | 33 | 443 | 120 | 50 |
| Binary | 10100000 | 10101 | 10111001 | 1110 | 1011001 | 0 | 11011 | 100100011 | 1010000 | 101000 |
Color Harmonies of #A015B9
Complementary color
Monochromatic Colors of #A015B9
Black with #A015B9
Text Example
Text Example
White with #A015B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A015B9; }
p { color: rgb(160,21,185); }
H1.HeaderClassName
{
color: #A015B9;
}
.AnyTagClassName
{
color: #A015B9;
}
</style>
background-color css
<style>
a { background-color: #A015B9; }
a { background-color: rgb(160,21,185); }
div.DivClassName
{
background-color: #A015B9;
}
.BgClassName
{
background-color: #A015B9;
}
</style>
border-color css
<style>
span { border-color: #A015B9; }
span { border-color: rgb(160,21,185); }
td.TdClassName
{
border-color: #A015B9;
}
.TagClassName
{
border-color: #A015B9;
}
</style>