Shades of Dark Violet #A412B1
Tints of Dark Violet #A412B1
RGB
CMYK
RGB Variations
Color information
#A412B1 (or 0xA412B1) is known color: Dark Violet. HEX triplet: A4, 12 and B1. RGB value is (164,18,177). Sum of RGB (Red+Green+Blue) = 164+18+177=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 18 (7.42% from 255 or 5.01% from 359); Blue value is 177 (69.53% from 255 or 49.30% from 359); Max value from RGB is 177 - color contains mainly: blue. Hex color #A412B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A412B1 is #5BED4E. Grayscale: #4F4F4F. Windows color (decimal): -6024527 or 11604644. OLE color: 11604644.
HSL color Cylindrical-coordinate representation of color #A412B1: hue angle of 295.09º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A412B1 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 18 | 177 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.31 |
| HSL | 295.09º | 0.82% | 0.38% | - |
| HSV(B) | 295.09º | 0.9% | 0.69% | - |
| XYZ | 23.46 | 11.5 | 42.58 | - |
| YUV | 79.78 | 182.87 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 18 | 177 | 0.07 | 0.90 | 0 | 0.31 | 295.09 | 0.82 | 0.38 |
| Hex | A4 | 12 | B1 | 7 | 5A | 0 | 1F | 127 | 52 | 26 |
| Octal | 244 | 22 | 261 | 7 | 132 | 0 | 37 | 447 | 122 | 46 |
| Binary | 10100100 | 10010 | 10110001 | 111 | 1011010 | 0 | 11111 | 100100111 | 1010010 | 100110 |
Color Harmonies of #A412B1
Complementary color
Monochromatic Colors of #A412B1
Black with #A412B1
Text Example
Text Example
White with #A412B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A412B1; }
p { color: rgb(164,18,177); }
H1.HeaderClassName
{
color: #A412B1;
}
.AnyTagClassName
{
color: #A412B1;
}
</style>
background-color css
<style>
a { background-color: #A412B1; }
a { background-color: rgb(164,18,177); }
div.DivClassName
{
background-color: #A412B1;
}
.BgClassName
{
background-color: #A412B1;
}
</style>
border-color css
<style>
span { border-color: #A412B1; }
span { border-color: rgb(164,18,177); }
td.TdClassName
{
border-color: #A412B1;
}
.TagClassName
{
border-color: #A412B1;
}
</style>