Shades of Vivid Violet #A022A3
Tints of Vivid Violet #A022A3
RGB
CMYK
RGB Variations
Color information
#A022A3 (or 0xA022A3) is known color: Vivid Violet. HEX triplet: A0, 22 and A3. RGB value is (160,34,163). Sum of RGB (Red+Green+Blue) = 160+34+163=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 34 (13.67% from 255 or 9.52% from 357); Blue value is 163 (64.06% from 255 or 45.66% from 357); Max value from RGB is 163 - color contains mainly: blue. Hex color #A022A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A022A3 is #5FDD5C. Grayscale: #555555. Windows color (decimal): -6282589 or 10691232. OLE color: 10691232.
HSL color Cylindrical-coordinate representation of color #A022A3: hue angle of 298.6º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A022A3 is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 34 | 163 | - |
| CMYK | 0.02 | 0.79 | 0 | 0.36 |
| HSL | 298.6º | 0.65% | 0.39% | - |
| HSV(B) | 298.6º | 0.79% | 0.64% | - |
| XYZ | 21.68 | 11.26 | 35.68 | - |
| YUV | 86.38 | 171.24 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 34 | 163 | 0.02 | 0.79 | 0 | 0.36 | 298.6 | 0.65 | 0.39 |
| Hex | A0 | 22 | A3 | 2 | 4F | 0 | 24 | 12B | 41 | 27 |
| Octal | 240 | 42 | 243 | 2 | 117 | 0 | 44 | 453 | 101 | 47 |
| Binary | 10100000 | 100010 | 10100011 | 10 | 1001111 | 0 | 100100 | 100101011 | 1000001 | 100111 |
Color Harmonies of #A022A3
Complementary color
Monochromatic Colors of #A022A3
Black with #A022A3
Text Example
Text Example
White with #A022A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A022A3; }
p { color: rgb(160,34,163); }
H1.HeaderClassName
{
color: #A022A3;
}
.AnyTagClassName
{
color: #A022A3;
}
</style>
background-color css
<style>
a { background-color: #A022A3; }
a { background-color: rgb(160,34,163); }
div.DivClassName
{
background-color: #A022A3;
}
.BgClassName
{
background-color: #A022A3;
}
</style>
border-color css
<style>
span { border-color: #A022A3; }
span { border-color: rgb(160,34,163); }
td.TdClassName
{
border-color: #A022A3;
}
.TagClassName
{
border-color: #A022A3;
}
</style>