Shades of Blue Violet #A228E5
Tints of Blue Violet #A228E5
RGB
CMYK
RGB Variations
Color information
#A228E5 (or 0xA228E5) is known color: Blue Violet. HEX triplet: A2, 28 and E5. RGB value is (162,40,229). Sum of RGB (Red+Green+Blue) = 162+40+229=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 40 (16.02% from 255 or 9.28% from 431); Blue value is 229 (89.84% from 255 or 53.13% from 431); Max value from RGB is 229 - color contains mainly: blue. Hex color #A228E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A228E5 is #5DD71A. Grayscale: #616161. Windows color (decimal): -6149915 or 15018146. OLE color: 15018146.
HSL color Cylindrical-coordinate representation of color #A228E5: hue angle of 278.73º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A228E5 is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 40 | 229 | - |
| CMYK | 0.29 | 0.83 | 0 | 0.10 |
| HSL | 278.73º | 0.78% | 0.53% | - |
| HSV(B) | 278.73º | 0.83% | 0.9% | - |
| XYZ | 29.8 | 14.86 | 75.43 | - |
| YUV | 98.02 | 201.92 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 40 | 229 | 0.29 | 0.83 | 0 | 0.10 | 278.73 | 0.78 | 0.53 |
| Hex | A2 | 28 | E5 | 1D | 53 | 0 | A | 117 | 4E | 35 |
| Octal | 242 | 50 | 345 | 35 | 123 | 0 | 12 | 427 | 116 | 65 |
| Binary | 10100010 | 101000 | 11100101 | 11101 | 1010011 | 0 | 1010 | 100010111 | 1001110 | 110101 |
Color Harmonies of #A228E5
Complementary color
Monochromatic Colors of #A228E5
Black with #A228E5
Text Example
Text Example
White with #A228E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A228E5; }
p { color: rgb(162,40,229); }
H1.HeaderClassName
{
color: #A228E5;
}
.AnyTagClassName
{
color: #A228E5;
}
</style>
background-color css
<style>
a { background-color: #A228E5; }
a { background-color: rgb(162,40,229); }
div.DivClassName
{
background-color: #A228E5;
}
.BgClassName
{
background-color: #A228E5;
}
</style>
border-color css
<style>
span { border-color: #A228E5; }
span { border-color: rgb(162,40,229); }
td.TdClassName
{
border-color: #A228E5;
}
.TagClassName
{
border-color: #A228E5;
}
</style>