Shades of Dark Violet #A412C7
Tints of Dark Violet #A412C7
RGB
CMYK
RGB Variations
Color information
#A412C7 (or 0xA412C7) is known color: Dark Violet. HEX triplet: A4, 12 and C7. RGB value is (164,18,199). Sum of RGB (Red+Green+Blue) = 164+18+199=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 18 (7.42% from 255 or 4.72% from 381); Blue value is 199 (78.12% from 255 or 52.23% from 381); Max value from RGB is 199 - color contains mainly: blue. Hex color #A412C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A412C7 is #5BED38. Grayscale: #515151. Windows color (decimal): -6024505 or 13046436. OLE color: 13046436.
HSL color Cylindrical-coordinate representation of color #A412C7: hue angle of 288.4º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A412C7 is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 18 | 199 | - |
| CMYK | 0.18 | 0.91 | 0 | 0.22 |
| HSL | 288.4º | 0.83% | 0.43% | - |
| HSV(B) | 288.4º | 0.91% | 0.78% | - |
| XYZ | 25.83 | 12.45 | 55.07 | - |
| YUV | 82.29 | 193.87 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 18 | 199 | 0.18 | 0.91 | 0 | 0.22 | 288.4 | 0.83 | 0.43 |
| Hex | A4 | 12 | C7 | 12 | 5B | 0 | 16 | 120 | 53 | 2B |
| Octal | 244 | 22 | 307 | 22 | 133 | 0 | 26 | 440 | 123 | 53 |
| Binary | 10100100 | 10010 | 11000111 | 10010 | 1011011 | 0 | 10110 | 100100000 | 1010011 | 101011 |
Color Harmonies of #A412C7
Complementary color
Monochromatic Colors of #A412C7
Black with #A412C7
Text Example
Text Example
White with #A412C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A412C7; }
p { color: rgb(164,18,199); }
H1.HeaderClassName
{
color: #A412C7;
}
.AnyTagClassName
{
color: #A412C7;
}
</style>
background-color css
<style>
a { background-color: #A412C7; }
a { background-color: rgb(164,18,199); }
div.DivClassName
{
background-color: #A412C7;
}
.BgClassName
{
background-color: #A412C7;
}
</style>
border-color css
<style>
span { border-color: #A412C7; }
span { border-color: rgb(164,18,199); }
td.TdClassName
{
border-color: #A412C7;
}
.TagClassName
{
border-color: #A412C7;
}
</style>