Shades of Blue Violet #A224EA
Tints of Blue Violet #A224EA
RGB
CMYK
RGB Variations
Color information
#A224EA (or 0xA224EA) is known color: Blue Violet. HEX triplet: A2, 24 and EA. RGB value is (162,36,234). Sum of RGB (Red+Green+Blue) = 162+36+234=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 36 (14.45% from 255 or 8.33% from 432); Blue value is 234 (91.80% from 255 or 54.17% from 432); Max value from RGB is 234 - color contains mainly: blue. Hex color #A224EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A224EA is #5DDB15. Grayscale: #5F5F5F. Windows color (decimal): -6150934 or 15344802. OLE color: 15344802.
HSL color Cylindrical-coordinate representation of color #A224EA: hue angle of 278.18º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A224EA is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 36 | 234 | - |
| CMYK | 0.31 | 0.85 | 0 | 0.08 |
| HSL | 278.18º | 0.83% | 0.53% | - |
| HSV(B) | 278.18º | 0.85% | 0.92% | - |
| XYZ | 30.38 | 14.88 | 79.11 | - |
| YUV | 96.25 | 205.74 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 36 | 234 | 0.31 | 0.85 | 0 | 0.08 | 278.18 | 0.83 | 0.53 |
| Hex | A2 | 24 | EA | 1F | 55 | 0 | 8 | 116 | 52 | 35 |
| Octal | 242 | 44 | 352 | 37 | 125 | 0 | 10 | 426 | 122 | 65 |
| Binary | 10100010 | 100100 | 11101010 | 11111 | 1010101 | 0 | 1000 | 100010110 | 1010010 | 110101 |
Color Harmonies of #A224EA
Complementary color
Monochromatic Colors of #A224EA
Black with #A224EA
Text Example
Text Example
White with #A224EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A224EA; }
p { color: rgb(162,36,234); }
H1.HeaderClassName
{
color: #A224EA;
}
.AnyTagClassName
{
color: #A224EA;
}
</style>
background-color css
<style>
a { background-color: #A224EA; }
a { background-color: rgb(162,36,234); }
div.DivClassName
{
background-color: #A224EA;
}
.BgClassName
{
background-color: #A224EA;
}
</style>
border-color css
<style>
span { border-color: #A224EA; }
span { border-color: rgb(162,36,234); }
td.TdClassName
{
border-color: #A224EA;
}
.TagClassName
{
border-color: #A224EA;
}
</style>