Shades of Vivid Violet #A12AA0
Tints of Vivid Violet #A12AA0
RGB
CMYK
RGB Variations
Color information
#A12AA0 (or 0xA12AA0) is known color: Vivid Violet. HEX triplet: A1, 2A and A0. RGB value is (161,42,160). Sum of RGB (Red+Green+Blue) = 161+42+160=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 42 (16.80% from 255 or 11.57% from 363); Blue value is 160 (62.89% from 255 or 44.08% from 363); Max value from RGB is 161 - color contains mainly: red. Hex color #A12AA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12AA0 is #5ED55F. Grayscale: #5A5A5A. Windows color (decimal): -6215008 or 10496673. OLE color: 10496673.
HSL color Cylindrical-coordinate representation of color #A12AA0: hue angle of 300.5º 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 #A12AA0 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 42 | 160 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.37 |
| HSL | 300.5º | 0.59% | 0.4% | - |
| HSV(B) | 300.5º | 0.74% | 0.63% | - |
| XYZ | 21.87 | 11.77 | 34.38 | - |
| YUV | 91.03 | 166.92 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 42 | 160 | 0 | 0.74 | 0.01 | 0.37 | 300.5 | 0.59 | 0.4 |
| Hex | A1 | 2A | A0 | 0 | 4A | 1 | 25 | 12D | 3B | 28 |
| Octal | 241 | 52 | 240 | 0 | 112 | 1 | 45 | 455 | 73 | 50 |
| Binary | 10100001 | 101010 | 10100000 | 0 | 1001010 | 1 | 100101 | 100101101 | 111011 | 101000 |
Color Harmonies of #A12AA0
Complementary color
Monochromatic Colors of #A12AA0
Black with #A12AA0
Text Example
Text Example
White with #A12AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12AA0; }
p { color: rgb(161,42,160); }
H1.HeaderClassName
{
color: #A12AA0;
}
.AnyTagClassName
{
color: #A12AA0;
}
</style>
background-color css
<style>
a { background-color: #A12AA0; }
a { background-color: rgb(161,42,160); }
div.DivClassName
{
background-color: #A12AA0;
}
.BgClassName
{
background-color: #A12AA0;
}
</style>
border-color css
<style>
span { border-color: #A12AA0; }
span { border-color: rgb(161,42,160); }
td.TdClassName
{
border-color: #A12AA0;
}
.TagClassName
{
border-color: #A12AA0;
}
</style>