Shades of Dark Violet #A412BB
Tints of Dark Violet #A412BB
RGB
CMYK
RGB Variations
Color information
#A412BB (or 0xA412BB) is known color: Dark Violet. HEX triplet: A4, 12 and BB. RGB value is (164,18,187). Sum of RGB (Red+Green+Blue) = 164+18+187=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 18 (7.42% from 255 or 4.88% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #A412BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A412BB is #5BED44. Grayscale: #505050. Windows color (decimal): -6024517 or 12260004. OLE color: 12260004.
HSL color Cylindrical-coordinate representation of color #A412BB: hue angle of 291.83º 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 #A412BB is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 18 | 187 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.27 |
| HSL | 291.83º | 0.82% | 0.4% | - |
| HSV(B) | 291.83º | 0.9% | 0.73% | - |
| XYZ | 24.5 | 11.91 | 48.02 | - |
| YUV | 80.92 | 187.87 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 18 | 187 | 0.12 | 0.90 | 0 | 0.27 | 291.83 | 0.82 | 0.4 |
| Hex | A4 | 12 | BB | C | 5A | 0 | 1B | 124 | 52 | 28 |
| Octal | 244 | 22 | 273 | 14 | 132 | 0 | 33 | 444 | 122 | 50 |
| Binary | 10100100 | 10010 | 10111011 | 1100 | 1011010 | 0 | 11011 | 100100100 | 1010010 | 101000 |
Color Harmonies of #A412BB
Complementary color
Monochromatic Colors of #A412BB
Black with #A412BB
Text Example
Text Example
White with #A412BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A412BB; }
p { color: rgb(164,18,187); }
H1.HeaderClassName
{
color: #A412BB;
}
.AnyTagClassName
{
color: #A412BB;
}
</style>
background-color css
<style>
a { background-color: #A412BB; }
a { background-color: rgb(164,18,187); }
div.DivClassName
{
background-color: #A412BB;
}
.BgClassName
{
background-color: #A412BB;
}
</style>
border-color css
<style>
span { border-color: #A412BB; }
span { border-color: rgb(164,18,187); }
td.TdClassName
{
border-color: #A412BB;
}
.TagClassName
{
border-color: #A412BB;
}
</style>