Shades of Blue Violet #A228E4
Tints of Blue Violet #A228E4
RGB
CMYK
RGB Variations
Color information
#A228E4 (or 0xA228E4) is known color: Blue Violet. HEX triplet: A2, 28 and E4. RGB value is (162,40,228). Sum of RGB (Red+Green+Blue) = 162+40+228=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 40 (16.02% from 255 or 9.30% from 430); Blue value is 228 (89.45% from 255 or 53.02% from 430); Max value from RGB is 228 - color contains mainly: blue. Hex color #A228E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A228E4 is #5DD71B. Grayscale: #616161. Windows color (decimal): -6149916 or 14952610. OLE color: 14952610.
HSL color Cylindrical-coordinate representation of color #A228E4: hue angle of 278.94º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A228E4 is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 40 | 228 | - |
| CMYK | 0.29 | 0.82 | 0 | 0.11 |
| HSL | 278.94º | 0.78% | 0.53% | - |
| HSV(B) | 278.94º | 0.82% | 0.89% | - |
| XYZ | 29.66 | 14.8 | 74.69 | - |
| YUV | 97.91 | 201.42 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 40 | 228 | 0.29 | 0.82 | 0 | 0.11 | 278.94 | 0.78 | 0.53 |
| Hex | A2 | 28 | E4 | 1D | 52 | 0 | B | 117 | 4E | 35 |
| Octal | 242 | 50 | 344 | 35 | 122 | 0 | 13 | 427 | 116 | 65 |
| Binary | 10100010 | 101000 | 11100100 | 11101 | 1010010 | 0 | 1011 | 100010111 | 1001110 | 110101 |
Color Harmonies of #A228E4
Complementary color
Monochromatic Colors of #A228E4
Black with #A228E4
Text Example
Text Example
White with #A228E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A228E4; }
p { color: rgb(162,40,228); }
H1.HeaderClassName
{
color: #A228E4;
}
.AnyTagClassName
{
color: #A228E4;
}
</style>
background-color css
<style>
a { background-color: #A228E4; }
a { background-color: rgb(162,40,228); }
div.DivClassName
{
background-color: #A228E4;
}
.BgClassName
{
background-color: #A228E4;
}
</style>
border-color css
<style>
span { border-color: #A228E4; }
span { border-color: rgb(162,40,228); }
td.TdClassName
{
border-color: #A228E4;
}
.TagClassName
{
border-color: #A228E4;
}
</style>