Shades of Blue Violet #A227E9
Tints of Blue Violet #A227E9
RGB
CMYK
RGB Variations
Color information
#A227E9 (or 0xA227E9) is known color: Blue Violet. HEX triplet: A2, 27 and E9. RGB value is (162,39,233). Sum of RGB (Red+Green+Blue) = 162+39+233=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 39 (15.62% from 255 or 8.99% from 434); Blue value is 233 (91.41% from 255 or 53.69% from 434); Max value from RGB is 233 - color contains mainly: blue. Hex color #A227E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A227E9 is #5DD816. Grayscale: #616161. Windows color (decimal): -6150167 or 15280034. OLE color: 15280034.
HSL color Cylindrical-coordinate representation of color #A227E9: hue angle of 278.04º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A227E9 is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 39 | 233 | - |
| CMYK | 0.30 | 0.83 | 0 | 0.09 |
| HSL | 278.04º | 0.82% | 0.53% | - |
| HSV(B) | 278.04º | 0.83% | 0.91% | - |
| XYZ | 30.33 | 15.02 | 78.39 | - |
| YUV | 97.89 | 204.25 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 39 | 233 | 0.30 | 0.83 | 0 | 0.09 | 278.04 | 0.82 | 0.53 |
| Hex | A2 | 27 | E9 | 1E | 53 | 0 | 9 | 116 | 52 | 35 |
| Octal | 242 | 47 | 351 | 36 | 123 | 0 | 11 | 426 | 122 | 65 |
| Binary | 10100010 | 100111 | 11101001 | 11110 | 1010011 | 0 | 1001 | 100010110 | 1010010 | 110101 |
Color Harmonies of #A227E9
Complementary color
Monochromatic Colors of #A227E9
Black with #A227E9
Text Example
Text Example
White with #A227E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A227E9; }
p { color: rgb(162,39,233); }
H1.HeaderClassName
{
color: #A227E9;
}
.AnyTagClassName
{
color: #A227E9;
}
</style>
background-color css
<style>
a { background-color: #A227E9; }
a { background-color: rgb(162,39,233); }
div.DivClassName
{
background-color: #A227E9;
}
.BgClassName
{
background-color: #A227E9;
}
</style>
border-color css
<style>
span { border-color: #A227E9; }
span { border-color: rgb(162,39,233); }
td.TdClassName
{
border-color: #A227E9;
}
.TagClassName
{
border-color: #A227E9;
}
</style>