Shades of Vivid Violet #A12F9C
Tints of Vivid Violet #A12F9C
RGB
CMYK
RGB Variations
Color information
#A12F9C (or 0xA12F9C) is known color: Vivid Violet. HEX triplet: A1, 2F and 9C. RGB value is (161,47,156). Sum of RGB (Red+Green+Blue) = 161+47+156=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 47 (18.75% from 255 or 12.91% from 364); Blue value is 156 (61.33% from 255 or 42.86% from 364); Max value from RGB is 161 - color contains mainly: red. Hex color #A12F9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12F9C is #5ED063. Grayscale: #5D5D5D. Windows color (decimal): -6213732 or 10235809. OLE color: 10235809.
HSL color Cylindrical-coordinate representation of color #A12F9C: hue angle of 302.63º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A12F9C is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 47 | 156 | - |
| CMYK | 0 | 0.71 | 0.03 | 0.37 |
| HSL | 302.63º | 0.55% | 0.41% | - |
| HSV(B) | 302.63º | 0.71% | 0.63% | - |
| XYZ | 21.72 | 12.01 | 32.63 | - |
| YUV | 93.51 | 163.27 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 47 | 156 | 0 | 0.71 | 0.03 | 0.37 | 302.63 | 0.55 | 0.41 |
| Hex | A1 | 2F | 9C | 0 | 47 | 3 | 25 | 12F | 37 | 29 |
| Octal | 241 | 57 | 234 | 0 | 107 | 3 | 45 | 457 | 67 | 51 |
| Binary | 10100001 | 101111 | 10011100 | 0 | 1000111 | 11 | 100101 | 100101111 | 110111 | 101001 |
Color Harmonies of #A12F9C
Complementary color
Monochromatic Colors of #A12F9C
Black with #A12F9C
Text Example
Text Example
White with #A12F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12F9C; }
p { color: rgb(161,47,156); }
H1.HeaderClassName
{
color: #A12F9C;
}
.AnyTagClassName
{
color: #A12F9C;
}
</style>
background-color css
<style>
a { background-color: #A12F9C; }
a { background-color: rgb(161,47,156); }
div.DivClassName
{
background-color: #A12F9C;
}
.BgClassName
{
background-color: #A12F9C;
}
</style>
border-color css
<style>
span { border-color: #A12F9C; }
span { border-color: rgb(161,47,156); }
td.TdClassName
{
border-color: #A12F9C;
}
.TagClassName
{
border-color: #A12F9C;
}
</style>