Shades of Dark Violet #A412AF
Tints of Dark Violet #A412AF
RGB
CMYK
RGB Variations
Color information
#A412AF (or 0xA412AF) is known color: Dark Violet. HEX triplet: A4, 12 and AF. RGB value is (164,18,175). Sum of RGB (Red+Green+Blue) = 164+18+175=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #A412AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A412AF is #5BED50. Grayscale: #4F4F4F. Windows color (decimal): -6024529 or 11473572. OLE color: 11473572.
HSL color Cylindrical-coordinate representation of color #A412AF: hue angle of 295.8º degrees, saturation: 0.81, 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 #A412AF is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 18 | 175 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.31 |
| HSL | 295.8º | 0.81% | 0.38% | - |
| HSV(B) | 295.8º | 0.9% | 0.69% | - |
| XYZ | 23.26 | 11.42 | 41.54 | - |
| YUV | 79.55 | 181.87 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 18 | 175 | 0.06 | 0.90 | 0 | 0.31 | 295.8 | 0.81 | 0.38 |
| Hex | A4 | 12 | AF | 6 | 5A | 0 | 1F | 128 | 51 | 26 |
| Octal | 244 | 22 | 257 | 6 | 132 | 0 | 37 | 450 | 121 | 46 |
| Binary | 10100100 | 10010 | 10101111 | 110 | 1011010 | 0 | 11111 | 100101000 | 1010001 | 100110 |
Color Harmonies of #A412AF
Complementary color
Monochromatic Colors of #A412AF
Black with #A412AF
Text Example
Text Example
White with #A412AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A412AF; }
p { color: rgb(164,18,175); }
H1.HeaderClassName
{
color: #A412AF;
}
.AnyTagClassName
{
color: #A412AF;
}
</style>
background-color css
<style>
a { background-color: #A412AF; }
a { background-color: rgb(164,18,175); }
div.DivClassName
{
background-color: #A412AF;
}
.BgClassName
{
background-color: #A412AF;
}
</style>
border-color css
<style>
span { border-color: #A412AF; }
span { border-color: rgb(164,18,175); }
td.TdClassName
{
border-color: #A412AF;
}
.TagClassName
{
border-color: #A412AF;
}
</style>