Shades of Vivid Violet #A122A2
Tints of Vivid Violet #A122A2
RGB
CMYK
RGB Variations
Color information
#A122A2 (or 0xA122A2) is known color: Vivid Violet. HEX triplet: A1, 22 and A2. RGB value is (161,34,162). Sum of RGB (Red+Green+Blue) = 161+34+162=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 34 (13.67% from 255 or 9.52% from 357); Blue value is 162 (63.67% from 255 or 45.38% from 357); Max value from RGB is 162 - color contains mainly: blue. Hex color #A122A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A122A2 is #5EDD5D. Grayscale: #565656. Windows color (decimal): -6217054 or 10625697. OLE color: 10625697.
HSL color Cylindrical-coordinate representation of color #A122A2: hue angle of 299.53º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A122A2 is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 34 | 162 | - |
| CMYK | 0.01 | 0.79 | 0 | 0.36 |
| HSL | 299.53º | 0.65% | 0.38% | - |
| HSV(B) | 299.53º | 0.79% | 0.64% | - |
| XYZ | 21.79 | 11.33 | 35.22 | - |
| YUV | 86.57 | 170.58 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 34 | 162 | 0.01 | 0.79 | 0 | 0.36 | 299.53 | 0.65 | 0.38 |
| Hex | A1 | 22 | A2 | 1 | 4F | 0 | 24 | 12C | 41 | 26 |
| Octal | 241 | 42 | 242 | 1 | 117 | 0 | 44 | 454 | 101 | 46 |
| Binary | 10100001 | 100010 | 10100010 | 1 | 1001111 | 0 | 100100 | 100101100 | 1000001 | 100110 |
Color Harmonies of #A122A2
Complementary color
Monochromatic Colors of #A122A2
Black with #A122A2
Text Example
Text Example
White with #A122A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A122A2; }
p { color: rgb(161,34,162); }
H1.HeaderClassName
{
color: #A122A2;
}
.AnyTagClassName
{
color: #A122A2;
}
</style>
background-color css
<style>
a { background-color: #A122A2; }
a { background-color: rgb(161,34,162); }
div.DivClassName
{
background-color: #A122A2;
}
.BgClassName
{
background-color: #A122A2;
}
</style>
border-color css
<style>
span { border-color: #A122A2; }
span { border-color: rgb(161,34,162); }
td.TdClassName
{
border-color: #A122A2;
}
.TagClassName
{
border-color: #A122A2;
}
</style>