Shades of Vivid Violet #A12A98
Tints of Vivid Violet #A12A98
RGB
CMYK
RGB Variations
Color information
#A12A98 (or 0xA12A98) is known color: Vivid Violet. HEX triplet: A1, 2A and 98. RGB value is (161,42,152). Sum of RGB (Red+Green+Blue) = 161+42+152=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 42 (16.80% from 255 or 11.83% from 355); Blue value is 152 (59.77% from 255 or 42.82% from 355); Max value from RGB is 161 - color contains mainly: red. Hex color #A12A98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12A98 is #5ED567. Grayscale: #595959. Windows color (decimal): -6215016 or 9972385. OLE color: 9972385.
HSL color Cylindrical-coordinate representation of color #A12A98: hue angle of 304.54º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A12A98 is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 42 | 152 | - |
| CMYK | 0 | 0.74 | 0.06 | 0.37 |
| HSL | 304.54º | 0.59% | 0.4% | - |
| HSV(B) | 304.54º | 0.74% | 0.63% | - |
| XYZ | 21.19 | 11.5 | 30.81 | - |
| YUV | 90.12 | 162.92 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 42 | 152 | 0 | 0.74 | 0.06 | 0.37 | 304.54 | 0.59 | 0.4 |
| Hex | A1 | 2A | 98 | 0 | 4A | 6 | 25 | 131 | 3B | 28 |
| Octal | 241 | 52 | 230 | 0 | 112 | 6 | 45 | 461 | 73 | 50 |
| Binary | 10100001 | 101010 | 10011000 | 0 | 1001010 | 110 | 100101 | 100110001 | 111011 | 101000 |
Color Harmonies of #A12A98
Complementary color
Monochromatic Colors of #A12A98
Black with #A12A98
Text Example
Text Example
White with #A12A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12A98; }
p { color: rgb(161,42,152); }
H1.HeaderClassName
{
color: #A12A98;
}
.AnyTagClassName
{
color: #A12A98;
}
</style>
background-color css
<style>
a { background-color: #A12A98; }
a { background-color: rgb(161,42,152); }
div.DivClassName
{
background-color: #A12A98;
}
.BgClassName
{
background-color: #A12A98;
}
</style>
border-color css
<style>
span { border-color: #A12A98; }
span { border-color: rgb(161,42,152); }
td.TdClassName
{
border-color: #A12A98;
}
.TagClassName
{
border-color: #A12A98;
}
</style>