Shades of Blue Violet #A224F0
Tints of Blue Violet #A224F0
RGB
CMYK
RGB Variations
Color information
#A224F0 (or 0xA224F0) is known color: Blue Violet. HEX triplet: A2, 24 and F0. RGB value is (162,36,240). Sum of RGB (Red+Green+Blue) = 162+36+240=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 36 (14.45% from 255 or 8.22% from 438); Blue value is 240 (94.14% from 255 or 54.79% from 438); Max value from RGB is 240 - color contains mainly: blue. Hex color #A224F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A224F0 is #5DDB0F. Grayscale: #606060. Windows color (decimal): -6150928 or 15738018. OLE color: 15738018.
HSL color Cylindrical-coordinate representation of color #A224F0: hue angle of 277.06º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A224F0 is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 36 | 240 | - |
| CMYK | 0.32 | 0.85 | 0 | 0.06 |
| HSL | 277.06º | 0.87% | 0.54% | - |
| HSV(B) | 277.06º | 0.85% | 0.94% | - |
| XYZ | 31.26 | 15.23 | 83.73 | - |
| YUV | 96.93 | 208.74 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 36 | 240 | 0.32 | 0.85 | 0 | 0.06 | 277.06 | 0.87 | 0.54 |
| Hex | A2 | 24 | F0 | 20 | 55 | 0 | 6 | 115 | 57 | 36 |
| Octal | 242 | 44 | 360 | 40 | 125 | 0 | 6 | 425 | 127 | 66 |
| Binary | 10100010 | 100100 | 11110000 | 100000 | 1010101 | 0 | 110 | 100010101 | 1010111 | 110110 |
Color Harmonies of #A224F0
Complementary color
Monochromatic Colors of #A224F0
Black with #A224F0
Text Example
Text Example
White with #A224F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A224F0; }
p { color: rgb(162,36,240); }
H1.HeaderClassName
{
color: #A224F0;
}
.AnyTagClassName
{
color: #A224F0;
}
</style>
background-color css
<style>
a { background-color: #A224F0; }
a { background-color: rgb(162,36,240); }
div.DivClassName
{
background-color: #A224F0;
}
.BgClassName
{
background-color: #A224F0;
}
</style>
border-color css
<style>
span { border-color: #A224F0; }
span { border-color: rgb(162,36,240); }
td.TdClassName
{
border-color: #A224F0;
}
.TagClassName
{
border-color: #A224F0;
}
</style>