Shades of Blue Violet #A224E9
Tints of Blue Violet #A224E9
RGB
CMYK
RGB Variations
Color information
#A224E9 (or 0xA224E9) is known color: Blue Violet. HEX triplet: A2, 24 and E9. RGB value is (162,36,233). Sum of RGB (Red+Green+Blue) = 162+36+233=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 36 (14.45% from 255 or 8.35% from 431); Blue value is 233 (91.41% from 255 or 54.06% from 431); Max value from RGB is 233 - color contains mainly: blue. Hex color #A224E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A224E9 is #5DDB16. Grayscale: #5F5F5F. Windows color (decimal): -6150935 or 15279266. OLE color: 15279266.
HSL color Cylindrical-coordinate representation of color #A224E9: hue angle of 278.38º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A224E9 is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 36 | 233 | - |
| CMYK | 0.30 | 0.85 | 0 | 0.09 |
| HSL | 278.38º | 0.82% | 0.53% | - |
| HSV(B) | 278.38º | 0.85% | 0.91% | - |
| XYZ | 30.24 | 14.83 | 78.36 | - |
| YUV | 96.13 | 205.24 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 36 | 233 | 0.30 | 0.85 | 0 | 0.09 | 278.38 | 0.82 | 0.53 |
| Hex | A2 | 24 | E9 | 1E | 55 | 0 | 9 | 116 | 52 | 35 |
| Octal | 242 | 44 | 351 | 36 | 125 | 0 | 11 | 426 | 122 | 65 |
| Binary | 10100010 | 100100 | 11101001 | 11110 | 1010101 | 0 | 1001 | 100010110 | 1010010 | 110101 |
Color Harmonies of #A224E9
Complementary color
Monochromatic Colors of #A224E9
Black with #A224E9
Text Example
Text Example
White with #A224E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A224E9; }
p { color: rgb(162,36,233); }
H1.HeaderClassName
{
color: #A224E9;
}
.AnyTagClassName
{
color: #A224E9;
}
</style>
background-color css
<style>
a { background-color: #A224E9; }
a { background-color: rgb(162,36,233); }
div.DivClassName
{
background-color: #A224E9;
}
.BgClassName
{
background-color: #A224E9;
}
</style>
border-color css
<style>
span { border-color: #A224E9; }
span { border-color: rgb(162,36,233); }
td.TdClassName
{
border-color: #A224E9;
}
.TagClassName
{
border-color: #A224E9;
}
</style>