Shades of Blue Violet #A224ED
Tints of Blue Violet #A224ED
RGB
CMYK
RGB Variations
Color information
#A224ED (or 0xA224ED) is known color: Blue Violet. HEX triplet: A2, 24 and ED. RGB value is (162,36,237). Sum of RGB (Red+Green+Blue) = 162+36+237=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 36 (14.45% from 255 or 8.28% from 435); Blue value is 237 (92.97% from 255 or 54.48% from 435); Max value from RGB is 237 - color contains mainly: blue. Hex color #A224ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A224ED is #5DDB12. Grayscale: #5F5F5F. Windows color (decimal): -6150931 or 15541410. OLE color: 15541410.
HSL color Cylindrical-coordinate representation of color #A224ED: hue angle of 277.61º degrees, saturation: 0.85, 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 #A224ED is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 36 | 237 | - |
| CMYK | 0.32 | 0.85 | 0 | 0.07 |
| HSL | 277.61º | 0.85% | 0.54% | - |
| HSV(B) | 277.61º | 0.85% | 0.93% | - |
| XYZ | 30.82 | 15.06 | 81.4 | - |
| YUV | 96.59 | 207.24 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 36 | 237 | 0.32 | 0.85 | 0 | 0.07 | 277.61 | 0.85 | 0.54 |
| Hex | A2 | 24 | ED | 20 | 55 | 0 | 7 | 116 | 55 | 36 |
| Octal | 242 | 44 | 355 | 40 | 125 | 0 | 7 | 426 | 125 | 66 |
| Binary | 10100010 | 100100 | 11101101 | 100000 | 1010101 | 0 | 111 | 100010110 | 1010101 | 110110 |
Color Harmonies of #A224ED
Complementary color
Monochromatic Colors of #A224ED
Black with #A224ED
Text Example
Text Example
White with #A224ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A224ED; }
p { color: rgb(162,36,237); }
H1.HeaderClassName
{
color: #A224ED;
}
.AnyTagClassName
{
color: #A224ED;
}
</style>
background-color css
<style>
a { background-color: #A224ED; }
a { background-color: rgb(162,36,237); }
div.DivClassName
{
background-color: #A224ED;
}
.BgClassName
{
background-color: #A224ED;
}
</style>
border-color css
<style>
span { border-color: #A224ED; }
span { border-color: rgb(162,36,237); }
td.TdClassName
{
border-color: #A224ED;
}
.TagClassName
{
border-color: #A224ED;
}
</style>