Shades of Blue Violet #A220F2
Tints of Blue Violet #A220F2
RGB
CMYK
RGB Variations
Color information
#A220F2 (or 0xA220F2) is known color: Blue Violet. HEX triplet: A2, 20 and F2. RGB value is (162,32,242). Sum of RGB (Red+Green+Blue) = 162+32+242=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 32 (12.89% from 255 or 7.34% from 436); Blue value is 242 (94.92% from 255 or 55.50% from 436); Max value from RGB is 242 - color contains mainly: blue. Hex color #A220F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A220F2 is #5DDF0D. Grayscale: #5E5E5E. Windows color (decimal): -6151950 or 15868066. OLE color: 15868066.
HSL color Cylindrical-coordinate representation of color #A220F2: hue angle of 277.14º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A220F2 is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 32 | 242 | - |
| CMYK | 0.33 | 0.87 | 0 | 0.05 |
| HSL | 277.14º | 0.89% | 0.54% | - |
| HSV(B) | 277.14º | 0.87% | 0.95% | - |
| XYZ | 31.44 | 15.13 | 85.27 | - |
| YUV | 94.81 | 211.07 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 32 | 242 | 0.33 | 0.87 | 0 | 0.05 | 277.14 | 0.89 | 0.54 |
| Hex | A2 | 20 | F2 | 21 | 57 | 0 | 5 | 115 | 59 | 36 |
| Octal | 242 | 40 | 362 | 41 | 127 | 0 | 5 | 425 | 131 | 66 |
| Binary | 10100010 | 100000 | 11110010 | 100001 | 1010111 | 0 | 101 | 100010101 | 1011001 | 110110 |
Color Harmonies of #A220F2
Complementary color
Monochromatic Colors of #A220F2
Black with #A220F2
Text Example
Text Example
White with #A220F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A220F2; }
p { color: rgb(162,32,242); }
H1.HeaderClassName
{
color: #A220F2;
}
.AnyTagClassName
{
color: #A220F2;
}
</style>
background-color css
<style>
a { background-color: #A220F2; }
a { background-color: rgb(162,32,242); }
div.DivClassName
{
background-color: #A220F2;
}
.BgClassName
{
background-color: #A220F2;
}
</style>
border-color css
<style>
span { border-color: #A220F2; }
span { border-color: rgb(162,32,242); }
td.TdClassName
{
border-color: #A220F2;
}
.TagClassName
{
border-color: #A220F2;
}
</style>