Shades of Dark Violet #A415BA
Tints of Dark Violet #A415BA
RGB
CMYK
RGB Variations
Color information
#A415BA (or 0xA415BA) is known color: Dark Violet. HEX triplet: A4, 15 and BA. RGB value is (164,21,186). Sum of RGB (Red+Green+Blue) = 164+21+186=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 21 (8.59% from 255 or 5.66% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #A415BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A415BA is #5BEA45. Grayscale: #525252. Windows color (decimal): -6023750 or 12195236. OLE color: 12195236.
HSL color Cylindrical-coordinate representation of color #A415BA: hue angle of 292º 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 #A415BA is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 21 | 186 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.27 |
| HSL | 292º | 0.8% | 0.41% | - |
| HSV(B) | 292º | 0.89% | 0.73% | - |
| XYZ | 24.44 | 11.97 | 47.48 | - |
| YUV | 82.57 | 186.38 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 21 | 186 | 0.12 | 0.89 | 0 | 0.27 | 292 | 0.8 | 0.41 |
| Hex | A4 | 15 | BA | C | 59 | 0 | 1B | 124 | 50 | 29 |
| Octal | 244 | 25 | 272 | 14 | 131 | 0 | 33 | 444 | 120 | 51 |
| Binary | 10100100 | 10101 | 10111010 | 1100 | 1011001 | 0 | 11011 | 100100100 | 1010000 | 101001 |
Color Harmonies of #A415BA
Complementary color
Monochromatic Colors of #A415BA
Black with #A415BA
Text Example
Text Example
White with #A415BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A415BA; }
p { color: rgb(164,21,186); }
H1.HeaderClassName
{
color: #A415BA;
}
.AnyTagClassName
{
color: #A415BA;
}
</style>
background-color css
<style>
a { background-color: #A415BA; }
a { background-color: rgb(164,21,186); }
div.DivClassName
{
background-color: #A415BA;
}
.BgClassName
{
background-color: #A415BA;
}
</style>
border-color css
<style>
span { border-color: #A415BA; }
span { border-color: rgb(164,21,186); }
td.TdClassName
{
border-color: #A415BA;
}
.TagClassName
{
border-color: #A415BA;
}
</style>