Shades of Vivid Violet #A12BA2
Tints of Vivid Violet #A12BA2
RGB
CMYK
RGB Variations
Color information
#A12BA2 (or 0xA12BA2) is known color: Vivid Violet. HEX triplet: A1, 2B and A2. RGB value is (161,43,162). Sum of RGB (Red+Green+Blue) = 161+43+162=366 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.99% from 366); Green value is 43 (17.19% from 255 or 11.75% from 366); Blue value is 162 (63.67% from 255 or 44.26% from 366); Max value from RGB is 162 - color contains mainly: blue. Hex color #A12BA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12BA2 is #5ED45D. Grayscale: #5B5B5B. Windows color (decimal): -6214750 or 10628001. OLE color: 10628001.
HSL color Cylindrical-coordinate representation of color #A12BA2: hue angle of 299.5º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A12BA2 is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 43 | 162 | - |
| CMYK | 0.01 | 0.73 | 0 | 0.36 |
| HSL | 299.5º | 0.58% | 0.4% | - |
| HSV(B) | 299.5º | 0.73% | 0.64% | - |
| XYZ | 22.08 | 11.91 | 35.32 | - |
| YUV | 91.85 | 167.59 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 43 | 162 | 0.01 | 0.73 | 0 | 0.36 | 299.5 | 0.58 | 0.4 |
| Hex | A1 | 2B | A2 | 1 | 49 | 0 | 24 | 12B | 3A | 28 |
| Octal | 241 | 53 | 242 | 1 | 111 | 0 | 44 | 453 | 72 | 50 |
| Binary | 10100001 | 101011 | 10100010 | 1 | 1001001 | 0 | 100100 | 100101011 | 111010 | 101000 |
Color Harmonies of #A12BA2
Complementary color
Monochromatic Colors of #A12BA2
Black with #A12BA2
Text Example
Text Example
White with #A12BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12BA2; }
p { color: rgb(161,43,162); }
H1.HeaderClassName
{
color: #A12BA2;
}
.AnyTagClassName
{
color: #A12BA2;
}
</style>
background-color css
<style>
a { background-color: #A12BA2; }
a { background-color: rgb(161,43,162); }
div.DivClassName
{
background-color: #A12BA2;
}
.BgClassName
{
background-color: #A12BA2;
}
</style>
border-color css
<style>
span { border-color: #A12BA2; }
span { border-color: rgb(161,43,162); }
td.TdClassName
{
border-color: #A12BA2;
}
.TagClassName
{
border-color: #A12BA2;
}
</style>