Shades of Blue Violet #A229FE
Tints of Blue Violet #A229FE
RGB
CMYK
RGB Variations
Color information
#A229FE (or 0xA229FE) is known color: Blue Violet. HEX triplet: A2, 29 and FE. RGB value is (162,41,254). Sum of RGB (Red+Green+Blue) = 162+41+254=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 41 (16.41% from 255 or 8.97% from 457); Blue value is 254 (99.61% from 255 or 55.58% from 457); Max value from RGB is 254 - color contains mainly: blue. Hex color #A229FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A229FE is #5DD601. Grayscale: #646464. Windows color (decimal): -6149634 or 16656802. OLE color: 16656802.
HSL color Cylindrical-coordinate representation of color #A229FE: hue angle of 274.08º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A229FE is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 41 | 254 | - |
| CMYK | 0.36 | 0.84 | 0 | 0.00 |
| HSL | 274.08º | 0.99% | 0.58% | - |
| HSV(B) | 274.08º | 0.84% | 1% | - |
| XYZ | 33.58 | 16.42 | 95.17 | - |
| YUV | 101.46 | 214.09 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 41 | 254 | 0.36 | 0.84 | 0 | 0.00 | 274.08 | 0.99 | 0.58 |
| Hex | A2 | 29 | FE | 24 | 54 | 0 | 0 | 112 | 63 | 3A |
| Octal | 242 | 51 | 376 | 44 | 124 | 0 | 0 | 422 | 143 | 72 |
| Binary | 10100010 | 101001 | 11111110 | 100100 | 1010100 | 0 | 0 | 100010010 | 1100011 | 111010 |
Color Harmonies of #A229FE
Complementary color
Monochromatic Colors of #A229FE
Black with #A229FE
Text Example
Text Example
White with #A229FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A229FE; }
p { color: rgb(162,41,254); }
H1.HeaderClassName
{
color: #A229FE;
}
.AnyTagClassName
{
color: #A229FE;
}
</style>
background-color css
<style>
a { background-color: #A229FE; }
a { background-color: rgb(162,41,254); }
div.DivClassName
{
background-color: #A229FE;
}
.BgClassName
{
background-color: #A229FE;
}
</style>
border-color css
<style>
span { border-color: #A229FE; }
span { border-color: rgb(162,41,254); }
td.TdClassName
{
border-color: #A229FE;
}
.TagClassName
{
border-color: #A229FE;
}
</style>