Shades of Dark Violet #A615BA
Tints of Dark Violet #A615BA
RGB
CMYK
RGB Variations
Color information
#A615BA (or 0xA615BA) is known color: Dark Violet. HEX triplet: A6, 15 and BA. RGB value is (166,21,186). Sum of RGB (Red+Green+Blue) = 166+21+186=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 21 (8.59% from 255 or 5.63% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #A615BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A615BA is #59EA45. Grayscale: #525252. Windows color (decimal): -5892678 or 12195238. OLE color: 12195238.
HSL color Cylindrical-coordinate representation of color #A615BA: hue angle of 292.73º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A615BA is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 21 | 186 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.27 |
| HSL | 292.73º | 0.8% | 0.41% | - |
| HSV(B) | 292.73º | 0.89% | 0.73% | - |
| XYZ | 24.86 | 12.19 | 47.5 | - |
| YUV | 83.17 | 186.04 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 21 | 186 | 0.11 | 0.89 | 0 | 0.27 | 292.73 | 0.8 | 0.41 |
| Hex | A6 | 15 | BA | B | 59 | 0 | 1B | 125 | 50 | 29 |
| Octal | 246 | 25 | 272 | 13 | 131 | 0 | 33 | 445 | 120 | 51 |
| Binary | 10100110 | 10101 | 10111010 | 1011 | 1011001 | 0 | 11011 | 100100101 | 1010000 | 101001 |
Color Harmonies of #A615BA
Complementary color
Monochromatic Colors of #A615BA
Black with #A615BA
Text Example
Text Example
White with #A615BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A615BA; }
p { color: rgb(166,21,186); }
H1.HeaderClassName
{
color: #A615BA;
}
.AnyTagClassName
{
color: #A615BA;
}
</style>
background-color css
<style>
a { background-color: #A615BA; }
a { background-color: rgb(166,21,186); }
div.DivClassName
{
background-color: #A615BA;
}
.BgClassName
{
background-color: #A615BA;
}
</style>
border-color css
<style>
span { border-color: #A615BA; }
span { border-color: rgb(166,21,186); }
td.TdClassName
{
border-color: #A615BA;
}
.TagClassName
{
border-color: #A615BA;
}
</style>