Shades of Dark Violet #A412B7
Tints of Dark Violet #A412B7
RGB
CMYK
RGB Variations
Color information
#A412B7 (or 0xA412B7) is known color: Dark Violet. HEX triplet: A4, 12 and B7. RGB value is (164,18,183). Sum of RGB (Red+Green+Blue) = 164+18+183=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 18 (7.42% from 255 or 4.93% from 365); Blue value is 183 (71.88% from 255 or 50.14% from 365); Max value from RGB is 183 - color contains mainly: blue. Hex color #A412B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A412B7 is #5BED48. Grayscale: #4F4F4F. Windows color (decimal): -6024521 or 11997860. OLE color: 11997860.
HSL color Cylindrical-coordinate representation of color #A412B7: hue angle of 293.09º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A412B7 is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 18 | 183 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.28 |
| HSL | 293.09º | 0.82% | 0.39% | - |
| HSV(B) | 293.09º | 0.9% | 0.72% | - |
| XYZ | 24.07 | 11.74 | 45.8 | - |
| YUV | 80.46 | 185.87 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 18 | 183 | 0.10 | 0.90 | 0 | 0.28 | 293.09 | 0.82 | 0.39 |
| Hex | A4 | 12 | B7 | A | 5A | 0 | 1C | 125 | 52 | 27 |
| Octal | 244 | 22 | 267 | 12 | 132 | 0 | 34 | 445 | 122 | 47 |
| Binary | 10100100 | 10010 | 10110111 | 1010 | 1011010 | 0 | 11100 | 100100101 | 1010010 | 100111 |
Color Harmonies of #A412B7
Complementary color
Monochromatic Colors of #A412B7
Black with #A412B7
Text Example
Text Example
White with #A412B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A412B7; }
p { color: rgb(164,18,183); }
H1.HeaderClassName
{
color: #A412B7;
}
.AnyTagClassName
{
color: #A412B7;
}
</style>
background-color css
<style>
a { background-color: #A412B7; }
a { background-color: rgb(164,18,183); }
div.DivClassName
{
background-color: #A412B7;
}
.BgClassName
{
background-color: #A412B7;
}
</style>
border-color css
<style>
span { border-color: #A412B7; }
span { border-color: rgb(164,18,183); }
td.TdClassName
{
border-color: #A412B7;
}
.TagClassName
{
border-color: #A412B7;
}
</style>