Shades of Blue Violet #A228ED
Tints of Blue Violet #A228ED
RGB
CMYK
RGB Variations
Color information
#A228ED (or 0xA228ED) is known color: Blue Violet. HEX triplet: A2, 28 and ED. RGB value is (162,40,237). Sum of RGB (Red+Green+Blue) = 162+40+237=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 40 (16.02% from 255 or 9.11% from 439); Blue value is 237 (92.97% from 255 or 53.99% from 439); Max value from RGB is 237 - color contains mainly: blue. Hex color #A228ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A228ED is #5DD712. Grayscale: #626262. Windows color (decimal): -6149907 or 15542434. OLE color: 15542434.
HSL color Cylindrical-coordinate representation of color #A228ED: hue angle of 277.16º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A228ED is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 40 | 237 | - |
| CMYK | 0.32 | 0.83 | 0 | 0.07 |
| HSL | 277.16º | 0.85% | 0.54% | - |
| HSV(B) | 277.16º | 0.83% | 0.93% | - |
| XYZ | 30.95 | 15.31 | 81.45 | - |
| YUV | 98.94 | 205.92 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 40 | 237 | 0.32 | 0.83 | 0 | 0.07 | 277.16 | 0.85 | 0.54 |
| Hex | A2 | 28 | ED | 20 | 53 | 0 | 7 | 115 | 55 | 36 |
| Octal | 242 | 50 | 355 | 40 | 123 | 0 | 7 | 425 | 125 | 66 |
| Binary | 10100010 | 101000 | 11101101 | 100000 | 1010011 | 0 | 111 | 100010101 | 1010101 | 110110 |
Color Harmonies of #A228ED
Complementary color
Monochromatic Colors of #A228ED
Black with #A228ED
Text Example
Text Example
White with #A228ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A228ED; }
p { color: rgb(162,40,237); }
H1.HeaderClassName
{
color: #A228ED;
}
.AnyTagClassName
{
color: #A228ED;
}
</style>
background-color css
<style>
a { background-color: #A228ED; }
a { background-color: rgb(162,40,237); }
div.DivClassName
{
background-color: #A228ED;
}
.BgClassName
{
background-color: #A228ED;
}
</style>
border-color css
<style>
span { border-color: #A228ED; }
span { border-color: rgb(162,40,237); }
td.TdClassName
{
border-color: #A228ED;
}
.TagClassName
{
border-color: #A228ED;
}
</style>