Shades of Dark Violet #A015BD
Tints of Dark Violet #A015BD
RGB
CMYK
RGB Variations
Color information
#A015BD (or 0xA015BD) is known color: Dark Violet. HEX triplet: A0, 15 and BD. RGB value is (160,21,189). Sum of RGB (Red+Green+Blue) = 160+21+189=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 21 (8.59% from 255 or 5.68% from 370); Blue value is 189 (74.22% from 255 or 51.08% from 370); Max value from RGB is 189 - color contains mainly: blue. Hex color #A015BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A015BD is #5FEA42. Grayscale: #515151. Windows color (decimal): -6285891 or 12391840. OLE color: 12391840.
HSL color Cylindrical-coordinate representation of color #A015BD: hue angle of 289.64º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A015BD is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 21 | 189 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.26 |
| HSL | 289.64º | 0.8% | 0.41% | - |
| HSV(B) | 289.64º | 0.89% | 0.74% | - |
| XYZ | 23.95 | 11.68 | 49.14 | - |
| YUV | 81.71 | 188.55 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 21 | 189 | 0.15 | 0.89 | 0 | 0.26 | 289.64 | 0.8 | 0.41 |
| Hex | A0 | 15 | BD | F | 59 | 0 | 1A | 122 | 50 | 29 |
| Octal | 240 | 25 | 275 | 17 | 131 | 0 | 32 | 442 | 120 | 51 |
| Binary | 10100000 | 10101 | 10111101 | 1111 | 1011001 | 0 | 11010 | 100100010 | 1010000 | 101001 |
Color Harmonies of #A015BD
Complementary color
Monochromatic Colors of #A015BD
Black with #A015BD
Text Example
Text Example
White with #A015BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A015BD; }
p { color: rgb(160,21,189); }
H1.HeaderClassName
{
color: #A015BD;
}
.AnyTagClassName
{
color: #A015BD;
}
</style>
background-color css
<style>
a { background-color: #A015BD; }
a { background-color: rgb(160,21,189); }
div.DivClassName
{
background-color: #A015BD;
}
.BgClassName
{
background-color: #A015BD;
}
</style>
border-color css
<style>
span { border-color: #A015BD; }
span { border-color: rgb(160,21,189); }
td.TdClassName
{
border-color: #A015BD;
}
.TagClassName
{
border-color: #A015BD;
}
</style>