Shades of Blue Violet #A224EE
Tints of Blue Violet #A224EE
RGB
CMYK
RGB Variations
Color information
#A224EE (or 0xA224EE) is known color: Blue Violet. HEX triplet: A2, 24 and EE. RGB value is (162,36,238). Sum of RGB (Red+Green+Blue) = 162+36+238=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 36 (14.45% from 255 or 8.26% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #A224EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A224EE is #5DDB11. Grayscale: #606060. Windows color (decimal): -6150930 or 15606946. OLE color: 15606946.
HSL color Cylindrical-coordinate representation of color #A224EE: hue angle of 277.43º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A224EE is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 36 | 238 | - |
| CMYK | 0.32 | 0.85 | 0 | 0.07 |
| HSL | 277.43º | 0.86% | 0.54% | - |
| HSV(B) | 277.43º | 0.85% | 0.93% | - |
| XYZ | 30.96 | 15.12 | 82.17 | - |
| YUV | 96.7 | 207.74 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 36 | 238 | 0.32 | 0.85 | 0 | 0.07 | 277.43 | 0.86 | 0.54 |
| Hex | A2 | 24 | EE | 20 | 55 | 0 | 7 | 115 | 56 | 36 |
| Octal | 242 | 44 | 356 | 40 | 125 | 0 | 7 | 425 | 126 | 66 |
| Binary | 10100010 | 100100 | 11101110 | 100000 | 1010101 | 0 | 111 | 100010101 | 1010110 | 110110 |
Color Harmonies of #A224EE
Complementary color
Monochromatic Colors of #A224EE
Black with #A224EE
Text Example
Text Example
White with #A224EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A224EE; }
p { color: rgb(162,36,238); }
H1.HeaderClassName
{
color: #A224EE;
}
.AnyTagClassName
{
color: #A224EE;
}
</style>
background-color css
<style>
a { background-color: #A224EE; }
a { background-color: rgb(162,36,238); }
div.DivClassName
{
background-color: #A224EE;
}
.BgClassName
{
background-color: #A224EE;
}
</style>
border-color css
<style>
span { border-color: #A224EE; }
span { border-color: rgb(162,36,238); }
td.TdClassName
{
border-color: #A224EE;
}
.TagClassName
{
border-color: #A224EE;
}
</style>