Shades of Blue Violet #A222F6
Tints of Blue Violet #A222F6
RGB
CMYK
RGB Variations
Color information
#A222F6 (or 0xA222F6) is known color: Blue Violet. HEX triplet: A2, 22 and F6. RGB value is (162,34,246). Sum of RGB (Red+Green+Blue) = 162+34+246=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 34 (13.67% from 255 or 7.69% from 442); Blue value is 246 (96.48% from 255 or 55.66% from 442); Max value from RGB is 246 - color contains mainly: blue. Hex color #A222F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A222F6 is #5DDD09. Grayscale: #5F5F5F. Windows color (decimal): -6151434 or 16130722. OLE color: 16130722.
HSL color Cylindrical-coordinate representation of color #A222F6: hue angle of 276.23º degrees, saturation: 0.92, 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 #A222F6 is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 34 | 246 | - |
| CMYK | 0.34 | 0.86 | 0 | 0.04 |
| HSL | 276.23º | 0.92% | 0.55% | - |
| HSV(B) | 276.23º | 0.86% | 0.96% | - |
| XYZ | 32.11 | 15.48 | 88.48 | - |
| YUV | 96.44 | 212.41 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 34 | 246 | 0.34 | 0.86 | 0 | 0.04 | 276.23 | 0.92 | 0.55 |
| Hex | A2 | 22 | F6 | 22 | 56 | 0 | 4 | 114 | 5C | 37 |
| Octal | 242 | 42 | 366 | 42 | 126 | 0 | 4 | 424 | 134 | 67 |
| Binary | 10100010 | 100010 | 11110110 | 100010 | 1010110 | 0 | 100 | 100010100 | 1011100 | 110111 |
Color Harmonies of #A222F6
Complementary color
Monochromatic Colors of #A222F6
Black with #A222F6
Text Example
Text Example
White with #A222F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A222F6; }
p { color: rgb(162,34,246); }
H1.HeaderClassName
{
color: #A222F6;
}
.AnyTagClassName
{
color: #A222F6;
}
</style>
background-color css
<style>
a { background-color: #A222F6; }
a { background-color: rgb(162,34,246); }
div.DivClassName
{
background-color: #A222F6;
}
.BgClassName
{
background-color: #A222F6;
}
</style>
border-color css
<style>
span { border-color: #A222F6; }
span { border-color: rgb(162,34,246); }
td.TdClassName
{
border-color: #A222F6;
}
.TagClassName
{
border-color: #A222F6;
}
</style>