Shades of Vivid Violet #A22BA6
Tints of Vivid Violet #A22BA6
RGB
CMYK
RGB Variations
Color information
#A22BA6 (or 0xA22BA6) is known color: Vivid Violet. HEX triplet: A2, 2B and A6. RGB value is (162,43,166). Sum of RGB (Red+Green+Blue) = 162+43+166=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 43 (17.19% from 255 or 11.59% from 371); Blue value is 166 (65.23% from 255 or 44.74% from 371); Max value from RGB is 166 - color contains mainly: blue. Hex color #A22BA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22BA6 is #5DD459. Grayscale: #5C5C5C. Windows color (decimal): -6149210 or 10890146. OLE color: 10890146.
HSL color Cylindrical-coordinate representation of color #A22BA6: hue angle of 298.05º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A22BA6 is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 43 | 166 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.35 |
| HSL | 298.05º | 0.59% | 0.41% | - |
| HSV(B) | 298.05º | 0.74% | 0.65% | - |
| XYZ | 22.65 | 12.16 | 37.23 | - |
| YUV | 92.6 | 169.42 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 43 | 166 | 0.02 | 0.74 | 0 | 0.35 | 298.05 | 0.59 | 0.41 |
| Hex | A2 | 2B | A6 | 2 | 4A | 0 | 23 | 12A | 3B | 29 |
| Octal | 242 | 53 | 246 | 2 | 112 | 0 | 43 | 452 | 73 | 51 |
| Binary | 10100010 | 101011 | 10100110 | 10 | 1001010 | 0 | 100011 | 100101010 | 111011 | 101001 |
Color Harmonies of #A22BA6
Complementary color
Monochromatic Colors of #A22BA6
Black with #A22BA6
Text Example
Text Example
White with #A22BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22BA6; }
p { color: rgb(162,43,166); }
H1.HeaderClassName
{
color: #A22BA6;
}
.AnyTagClassName
{
color: #A22BA6;
}
</style>
background-color css
<style>
a { background-color: #A22BA6; }
a { background-color: rgb(162,43,166); }
div.DivClassName
{
background-color: #A22BA6;
}
.BgClassName
{
background-color: #A22BA6;
}
</style>
border-color css
<style>
span { border-color: #A22BA6; }
span { border-color: rgb(162,43,166); }
td.TdClassName
{
border-color: #A22BA6;
}
.TagClassName
{
border-color: #A22BA6;
}
</style>