Shades of Dark Violet #A412BA
Tints of Dark Violet #A412BA
RGB
CMYK
RGB Variations
Color information
#A412BA (or 0xA412BA) is known color: Dark Violet. HEX triplet: A4, 12 and BA. RGB value is (164,18,186). Sum of RGB (Red+Green+Blue) = 164+18+186=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 18 (7.42% from 255 or 4.89% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #A412BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A412BA is #5BED45. Grayscale: #505050. Windows color (decimal): -6024518 or 12194468. OLE color: 12194468.
HSL color Cylindrical-coordinate representation of color #A412BA: hue angle of 292.14º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A412BA is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 18 | 186 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.27 |
| HSL | 292.14º | 0.82% | 0.4% | - |
| HSV(B) | 292.14º | 0.9% | 0.73% | - |
| XYZ | 24.39 | 11.87 | 47.46 | - |
| YUV | 80.81 | 187.37 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 18 | 186 | 0.12 | 0.90 | 0 | 0.27 | 292.14 | 0.82 | 0.4 |
| Hex | A4 | 12 | BA | C | 5A | 0 | 1B | 124 | 52 | 28 |
| Octal | 244 | 22 | 272 | 14 | 132 | 0 | 33 | 444 | 122 | 50 |
| Binary | 10100100 | 10010 | 10111010 | 1100 | 1011010 | 0 | 11011 | 100100100 | 1010010 | 101000 |
Color Harmonies of #A412BA
Complementary color
Monochromatic Colors of #A412BA
Black with #A412BA
Text Example
Text Example
White with #A412BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A412BA; }
p { color: rgb(164,18,186); }
H1.HeaderClassName
{
color: #A412BA;
}
.AnyTagClassName
{
color: #A412BA;
}
</style>
background-color css
<style>
a { background-color: #A412BA; }
a { background-color: rgb(164,18,186); }
div.DivClassName
{
background-color: #A412BA;
}
.BgClassName
{
background-color: #A412BA;
}
</style>
border-color css
<style>
span { border-color: #A412BA; }
span { border-color: rgb(164,18,186); }
td.TdClassName
{
border-color: #A412BA;
}
.TagClassName
{
border-color: #A412BA;
}
</style>