Shades of Vivid Violet #A22AA7
Tints of Vivid Violet #A22AA7
RGB
CMYK
RGB Variations
Color information
#A22AA7 (or 0xA22AA7) is known color: Vivid Violet. HEX triplet: A2, 2A and A7. RGB value is (162,42,167). Sum of RGB (Red+Green+Blue) = 162+42+167=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 42 (16.80% from 255 or 11.32% from 371); Blue value is 167 (65.62% from 255 or 45.01% from 371); Max value from RGB is 167 - color contains mainly: blue. Hex color #A22AA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22AA7 is #5DD558. Grayscale: #5B5B5B. Windows color (decimal): -6149465 or 10955426. OLE color: 10955426.
HSL color Cylindrical-coordinate representation of color #A22AA7: hue angle of 297.6º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A22AA7 is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 42 | 167 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.35 |
| HSL | 297.6º | 0.6% | 0.41% | - |
| HSV(B) | 297.6º | 0.75% | 0.65% | - |
| XYZ | 22.7 | 12.13 | 37.7 | - |
| YUV | 92.13 | 170.26 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 42 | 167 | 0.03 | 0.75 | 0 | 0.35 | 297.6 | 0.6 | 0.41 |
| Hex | A2 | 2A | A7 | 3 | 4B | 0 | 23 | 12A | 3C | 29 |
| Octal | 242 | 52 | 247 | 3 | 113 | 0 | 43 | 452 | 74 | 51 |
| Binary | 10100010 | 101010 | 10100111 | 11 | 1001011 | 0 | 100011 | 100101010 | 111100 | 101001 |
Color Harmonies of #A22AA7
Complementary color
Monochromatic Colors of #A22AA7
Black with #A22AA7
Text Example
Text Example
White with #A22AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22AA7; }
p { color: rgb(162,42,167); }
H1.HeaderClassName
{
color: #A22AA7;
}
.AnyTagClassName
{
color: #A22AA7;
}
</style>
background-color css
<style>
a { background-color: #A22AA7; }
a { background-color: rgb(162,42,167); }
div.DivClassName
{
background-color: #A22AA7;
}
.BgClassName
{
background-color: #A22AA7;
}
</style>
border-color css
<style>
span { border-color: #A22AA7; }
span { border-color: rgb(162,42,167); }
td.TdClassName
{
border-color: #A22AA7;
}
.TagClassName
{
border-color: #A22AA7;
}
</style>