Shades of Dark Violet #A612BA
Tints of Dark Violet #A612BA
RGB
CMYK
RGB Variations
Color information
#A612BA (or 0xA612BA) is known color: Dark Violet. HEX triplet: A6, 12 and BA. RGB value is (166,18,186). Sum of RGB (Red+Green+Blue) = 166+18+186=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 18 (7.42% from 255 or 4.86% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #A612BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A612BA is #59ED45. Grayscale: #505050. Windows color (decimal): -5893446 or 12194470. OLE color: 12194470.
HSL color Cylindrical-coordinate representation of color #A612BA: hue angle of 292.86º 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 #A612BA is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 18 | 186 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.27 |
| HSL | 292.86º | 0.82% | 0.4% | - |
| HSV(B) | 292.86º | 0.9% | 0.73% | - |
| XYZ | 24.81 | 12.08 | 47.48 | - |
| YUV | 81.4 | 187.03 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 18 | 186 | 0.11 | 0.90 | 0 | 0.27 | 292.86 | 0.82 | 0.4 |
| Hex | A6 | 12 | BA | B | 5A | 0 | 1B | 125 | 52 | 28 |
| Octal | 246 | 22 | 272 | 13 | 132 | 0 | 33 | 445 | 122 | 50 |
| Binary | 10100110 | 10010 | 10111010 | 1011 | 1011010 | 0 | 11011 | 100100101 | 1010010 | 101000 |
Color Harmonies of #A612BA
Complementary color
Monochromatic Colors of #A612BA
Black with #A612BA
Text Example
Text Example
White with #A612BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A612BA; }
p { color: rgb(166,18,186); }
H1.HeaderClassName
{
color: #A612BA;
}
.AnyTagClassName
{
color: #A612BA;
}
</style>
background-color css
<style>
a { background-color: #A612BA; }
a { background-color: rgb(166,18,186); }
div.DivClassName
{
background-color: #A612BA;
}
.BgClassName
{
background-color: #A612BA;
}
</style>
border-color css
<style>
span { border-color: #A612BA; }
span { border-color: rgb(166,18,186); }
td.TdClassName
{
border-color: #A612BA;
}
.TagClassName
{
border-color: #A612BA;
}
</style>