Shades of Dark Violet #A015B5
Tints of Dark Violet #A015B5
RGB
CMYK
RGB Variations
Color information
#A015B5 (or 0xA015B5) is known color: Dark Violet. HEX triplet: A0, 15 and B5. RGB value is (160,21,181). Sum of RGB (Red+Green+Blue) = 160+21+181=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 21 (8.59% from 255 or 5.80% from 362); Blue value is 181 (71.09% from 255 or 50% from 362); Max value from RGB is 181 - color contains mainly: blue. Hex color #A015B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A015B5 is #5FEA4A. Grayscale: #505050. Windows color (decimal): -6285899 or 11867552. OLE color: 11867552.
HSL color Cylindrical-coordinate representation of color #A015B5: hue angle of 292.12º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A015B5 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 21 | 181 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.29 |
| HSL | 292.13º | 0.79% | 0.4% | - |
| HSV(B) | 292.13º | 0.88% | 0.71% | - |
| XYZ | 23.11 | 11.35 | 44.69 | - |
| YUV | 80.8 | 184.55 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 21 | 181 | 0.12 | 0.88 | 0 | 0.29 | 292.13 | 0.79 | 0.4 |
| Hex | A0 | 15 | B5 | C | 58 | 0 | 1D | 124 | 4F | 28 |
| Octal | 240 | 25 | 265 | 14 | 130 | 0 | 35 | 444 | 117 | 50 |
| Binary | 10100000 | 10101 | 10110101 | 1100 | 1011000 | 0 | 11101 | 100100100 | 1001111 | 101000 |
Color Harmonies of #A015B5
Complementary color
Monochromatic Colors of #A015B5
Black with #A015B5
Text Example
Text Example
White with #A015B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A015B5; }
p { color: rgb(160,21,181); }
H1.HeaderClassName
{
color: #A015B5;
}
.AnyTagClassName
{
color: #A015B5;
}
</style>
background-color css
<style>
a { background-color: #A015B5; }
a { background-color: rgb(160,21,181); }
div.DivClassName
{
background-color: #A015B5;
}
.BgClassName
{
background-color: #A015B5;
}
</style>
border-color css
<style>
span { border-color: #A015B5; }
span { border-color: rgb(160,21,181); }
td.TdClassName
{
border-color: #A015B5;
}
.TagClassName
{
border-color: #A015B5;
}
</style>