Shades of Vivid Violet #A12C99
Tints of Vivid Violet #A12C99
RGB
CMYK
RGB Variations
Color information
#A12C99 (or 0xA12C99) is known color: Vivid Violet. HEX triplet: A1, 2C and 99. RGB value is (161,44,153). Sum of RGB (Red+Green+Blue) = 161+44+153=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 44 (17.58% from 255 or 12.29% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A12C99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12C99 is #5ED366. Grayscale: #5B5B5B. Windows color (decimal): -6214503 or 10038433. OLE color: 10038433.
HSL color Cylindrical-coordinate representation of color #A12C99: hue angle of 304.1º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A12C99 is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 44 | 153 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.37 |
| HSL | 304.1º | 0.57% | 0.4% | - |
| HSV(B) | 304.1º | 0.73% | 0.63% | - |
| XYZ | 21.35 | 11.68 | 31.27 | - |
| YUV | 91.41 | 162.76 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 44 | 153 | 0 | 0.73 | 0.05 | 0.37 | 304.1 | 0.57 | 0.4 |
| Hex | A1 | 2C | 99 | 0 | 49 | 5 | 25 | 130 | 39 | 28 |
| Octal | 241 | 54 | 231 | 0 | 111 | 5 | 45 | 460 | 71 | 50 |
| Binary | 10100001 | 101100 | 10011001 | 0 | 1001001 | 101 | 100101 | 100110000 | 111001 | 101000 |
Color Harmonies of #A12C99
Complementary color
Monochromatic Colors of #A12C99
Black with #A12C99
Text Example
Text Example
White with #A12C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12C99; }
p { color: rgb(161,44,153); }
H1.HeaderClassName
{
color: #A12C99;
}
.AnyTagClassName
{
color: #A12C99;
}
</style>
background-color css
<style>
a { background-color: #A12C99; }
a { background-color: rgb(161,44,153); }
div.DivClassName
{
background-color: #A12C99;
}
.BgClassName
{
background-color: #A12C99;
}
</style>
border-color css
<style>
span { border-color: #A12C99; }
span { border-color: rgb(161,44,153); }
td.TdClassName
{
border-color: #A12C99;
}
.TagClassName
{
border-color: #A12C99;
}
</style>