Shades of Dark Violet #A015BF
Tints of Dark Violet #A015BF
RGB
CMYK
RGB Variations
Color information
#A015BF (or 0xA015BF) is known color: Dark Violet. HEX triplet: A0, 15 and BF. RGB value is (160,21,191). Sum of RGB (Red+Green+Blue) = 160+21+191=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 21 (8.59% from 255 or 5.65% from 372); Blue value is 191 (75% from 255 or 51.34% from 372); Max value from RGB is 191 - color contains mainly: blue. Hex color #A015BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A015BF is #5FEA40. Grayscale: #515151. Windows color (decimal): -6285889 or 12522912. OLE color: 12522912.
HSL color Cylindrical-coordinate representation of color #A015BF: hue angle of 289.06º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A015BF is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 21 | 191 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.25 |
| HSL | 289.06º | 0.8% | 0.42% | - |
| HSV(B) | 289.06º | 0.89% | 0.75% | - |
| XYZ | 24.17 | 11.77 | 50.29 | - |
| YUV | 81.94 | 189.55 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 21 | 191 | 0.16 | 0.89 | 0 | 0.25 | 289.06 | 0.8 | 0.42 |
| Hex | A0 | 15 | BF | 10 | 59 | 0 | 19 | 121 | 50 | 2A |
| Octal | 240 | 25 | 277 | 20 | 131 | 0 | 31 | 441 | 120 | 52 |
| Binary | 10100000 | 10101 | 10111111 | 10000 | 1011001 | 0 | 11001 | 100100001 | 1010000 | 101010 |
Color Harmonies of #A015BF
Complementary color
Monochromatic Colors of #A015BF
Black with #A015BF
Text Example
Text Example
White with #A015BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A015BF; }
p { color: rgb(160,21,191); }
H1.HeaderClassName
{
color: #A015BF;
}
.AnyTagClassName
{
color: #A015BF;
}
</style>
background-color css
<style>
a { background-color: #A015BF; }
a { background-color: rgb(160,21,191); }
div.DivClassName
{
background-color: #A015BF;
}
.BgClassName
{
background-color: #A015BF;
}
</style>
border-color css
<style>
span { border-color: #A015BF; }
span { border-color: rgb(160,21,191); }
td.TdClassName
{
border-color: #A015BF;
}
.TagClassName
{
border-color: #A015BF;
}
</style>