Shades of Blue Violet #A229F0
Tints of Blue Violet #A229F0
RGB
CMYK
RGB Variations
Color information
#A229F0 (or 0xA229F0) is known color: Blue Violet. HEX triplet: A2, 29 and F0. RGB value is (162,41,240). Sum of RGB (Red+Green+Blue) = 162+41+240=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 41 (16.41% from 255 or 9.26% from 443); Blue value is 240 (94.14% from 255 or 54.18% from 443); Max value from RGB is 240 - color contains mainly: blue. Hex color #A229F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A229F0 is #5DD60F. Grayscale: #636363. Windows color (decimal): -6149648 or 15739298. OLE color: 15739298.
HSL color Cylindrical-coordinate representation of color #A229F0: hue angle of 276.48º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A229F0 is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 41 | 240 | - |
| CMYK | 0.32 | 0.83 | 0 | 0.06 |
| HSL | 276.48º | 0.87% | 0.55% | - |
| HSV(B) | 276.48º | 0.83% | 0.94% | - |
| XYZ | 31.42 | 15.56 | 83.79 | - |
| YUV | 99.87 | 207.09 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 41 | 240 | 0.32 | 0.83 | 0 | 0.06 | 276.48 | 0.87 | 0.55 |
| Hex | A2 | 29 | F0 | 20 | 53 | 0 | 6 | 114 | 57 | 37 |
| Octal | 242 | 51 | 360 | 40 | 123 | 0 | 6 | 424 | 127 | 67 |
| Binary | 10100010 | 101001 | 11110000 | 100000 | 1010011 | 0 | 110 | 100010100 | 1010111 | 110111 |
Color Harmonies of #A229F0
Complementary color
Monochromatic Colors of #A229F0
Black with #A229F0
Text Example
Text Example
White with #A229F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A229F0; }
p { color: rgb(162,41,240); }
H1.HeaderClassName
{
color: #A229F0;
}
.AnyTagClassName
{
color: #A229F0;
}
</style>
background-color css
<style>
a { background-color: #A229F0; }
a { background-color: rgb(162,41,240); }
div.DivClassName
{
background-color: #A229F0;
}
.BgClassName
{
background-color: #A229F0;
}
</style>
border-color css
<style>
span { border-color: #A229F0; }
span { border-color: rgb(162,41,240); }
td.TdClassName
{
border-color: #A229F0;
}
.TagClassName
{
border-color: #A229F0;
}
</style>