Shades of Blue Violet #A227EC
Tints of Blue Violet #A227EC
RGB
CMYK
RGB Variations
Color information
#A227EC (or 0xA227EC) is known color: Blue Violet. HEX triplet: A2, 27 and EC. RGB value is (162,39,236). Sum of RGB (Red+Green+Blue) = 162+39+236=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 39 (15.62% from 255 or 8.92% from 437); Blue value is 236 (92.58% from 255 or 54.00% from 437); Max value from RGB is 236 - color contains mainly: blue. Hex color #A227EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A227EC is #5DD813. Grayscale: #616161. Windows color (decimal): -6150164 or 15476642. OLE color: 15476642.
HSL color Cylindrical-coordinate representation of color #A227EC: hue angle of 277.46º degrees, saturation: 0.84, 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 #A227EC is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 39 | 236 | - |
| CMYK | 0.31 | 0.83 | 0 | 0.07 |
| HSL | 277.46º | 0.84% | 0.54% | - |
| HSV(B) | 277.46º | 0.83% | 0.93% | - |
| XYZ | 30.77 | 15.19 | 80.67 | - |
| YUV | 98.24 | 205.75 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 39 | 236 | 0.31 | 0.83 | 0 | 0.07 | 277.46 | 0.84 | 0.54 |
| Hex | A2 | 27 | EC | 1F | 53 | 0 | 7 | 115 | 54 | 36 |
| Octal | 242 | 47 | 354 | 37 | 123 | 0 | 7 | 425 | 124 | 66 |
| Binary | 10100010 | 100111 | 11101100 | 11111 | 1010011 | 0 | 111 | 100010101 | 1010100 | 110110 |
Color Harmonies of #A227EC
Complementary color
Monochromatic Colors of #A227EC
Black with #A227EC
Text Example
Text Example
White with #A227EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A227EC; }
p { color: rgb(162,39,236); }
H1.HeaderClassName
{
color: #A227EC;
}
.AnyTagClassName
{
color: #A227EC;
}
</style>
background-color css
<style>
a { background-color: #A227EC; }
a { background-color: rgb(162,39,236); }
div.DivClassName
{
background-color: #A227EC;
}
.BgClassName
{
background-color: #A227EC;
}
</style>
border-color css
<style>
span { border-color: #A227EC; }
span { border-color: rgb(162,39,236); }
td.TdClassName
{
border-color: #A227EC;
}
.TagClassName
{
border-color: #A227EC;
}
</style>