Shades of Vivid Violet #A12F99
Tints of Vivid Violet #A12F99
RGB
CMYK
RGB Variations
Color information
#A12F99 (or 0xA12F99) is known color: Vivid Violet. HEX triplet: A1, 2F and 99. RGB value is (161,47,153). Sum of RGB (Red+Green+Blue) = 161+47+153=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 47 (18.75% from 255 or 13.02% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 161 - color contains mainly: red. Hex color #A12F99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12F99 is #5ED066. Grayscale: #5C5C5C. Windows color (decimal): -6213735 or 10039201. OLE color: 10039201.
HSL color Cylindrical-coordinate representation of color #A12F99: hue angle of 304.21º 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 #A12F99 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 47 | 153 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.37 |
| HSL | 304.21º | 0.55% | 0.41% | - |
| HSV(B) | 304.21º | 0.71% | 0.63% | - |
| XYZ | 21.46 | 11.91 | 31.3 | - |
| YUV | 93.17 | 161.77 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 47 | 153 | 0 | 0.71 | 0.05 | 0.37 | 304.21 | 0.55 | 0.41 |
| Hex | A1 | 2F | 99 | 0 | 47 | 5 | 25 | 130 | 37 | 29 |
| Octal | 241 | 57 | 231 | 0 | 107 | 5 | 45 | 460 | 67 | 51 |
| Binary | 10100001 | 101111 | 10011001 | 0 | 1000111 | 101 | 100101 | 100110000 | 110111 | 101001 |
Color Harmonies of #A12F99
Complementary color
Monochromatic Colors of #A12F99
Black with #A12F99
Text Example
Text Example
White with #A12F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12F99; }
p { color: rgb(161,47,153); }
H1.HeaderClassName
{
color: #A12F99;
}
.AnyTagClassName
{
color: #A12F99;
}
</style>
background-color css
<style>
a { background-color: #A12F99; }
a { background-color: rgb(161,47,153); }
div.DivClassName
{
background-color: #A12F99;
}
.BgClassName
{
background-color: #A12F99;
}
</style>
border-color css
<style>
span { border-color: #A12F99; }
span { border-color: rgb(161,47,153); }
td.TdClassName
{
border-color: #A12F99;
}
.TagClassName
{
border-color: #A12F99;
}
</style>