Shades of Blue Violet #A222F4
Tints of Blue Violet #A222F4
RGB
CMYK
RGB Variations
Color information
#A222F4 (or 0xA222F4) is known color: Blue Violet. HEX triplet: A2, 22 and F4. RGB value is (162,34,244). Sum of RGB (Red+Green+Blue) = 162+34+244=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 34 (13.67% from 255 or 7.73% from 440); Blue value is 244 (95.70% from 255 or 55.45% from 440); Max value from RGB is 244 - color contains mainly: blue. Hex color #A222F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A222F4 is #5DDD0B. Grayscale: #5F5F5F. Windows color (decimal): -6151436 or 15999650. OLE color: 15999650.
HSL color Cylindrical-coordinate representation of color #A222F4: hue angle of 276.57º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A222F4 is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 34 | 244 | - |
| CMYK | 0.34 | 0.86 | 0 | 0.04 |
| HSL | 276.57º | 0.91% | 0.55% | - |
| HSV(B) | 276.57º | 0.86% | 0.96% | - |
| XYZ | 31.8 | 15.36 | 86.88 | - |
| YUV | 96.21 | 211.41 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 34 | 244 | 0.34 | 0.86 | 0 | 0.04 | 276.57 | 0.91 | 0.55 |
| Hex | A2 | 22 | F4 | 22 | 56 | 0 | 4 | 115 | 5B | 37 |
| Octal | 242 | 42 | 364 | 42 | 126 | 0 | 4 | 425 | 133 | 67 |
| Binary | 10100010 | 100010 | 11110100 | 100010 | 1010110 | 0 | 100 | 100010101 | 1011011 | 110111 |
Color Harmonies of #A222F4
Complementary color
Monochromatic Colors of #A222F4
Black with #A222F4
Text Example
Text Example
White with #A222F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A222F4; }
p { color: rgb(162,34,244); }
H1.HeaderClassName
{
color: #A222F4;
}
.AnyTagClassName
{
color: #A222F4;
}
</style>
background-color css
<style>
a { background-color: #A222F4; }
a { background-color: rgb(162,34,244); }
div.DivClassName
{
background-color: #A222F4;
}
.BgClassName
{
background-color: #A222F4;
}
</style>
border-color css
<style>
span { border-color: #A222F4; }
span { border-color: rgb(162,34,244); }
td.TdClassName
{
border-color: #A222F4;
}
.TagClassName
{
border-color: #A222F4;
}
</style>