Shades of Blue Violet #A227E5
Tints of Blue Violet #A227E5
RGB
CMYK
RGB Variations
Color information
#A227E5 (or 0xA227E5) is known color: Blue Violet. HEX triplet: A2, 27 and E5. RGB value is (162,39,229). Sum of RGB (Red+Green+Blue) = 162+39+229=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 39 (15.62% from 255 or 9.07% from 430); Blue value is 229 (89.84% from 255 or 53.26% from 430); Max value from RGB is 229 - color contains mainly: blue. Hex color #A227E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A227E5 is #5DD81A. Grayscale: #606060. Windows color (decimal): -6150171 or 15017890. OLE color: 15017890.
HSL color Cylindrical-coordinate representation of color #A227E5: hue angle of 278.84º degrees, saturation: 0.79, 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 #A227E5 is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 39 | 229 | - |
| CMYK | 0.29 | 0.83 | 0 | 0.10 |
| HSL | 278.84º | 0.79% | 0.53% | - |
| HSV(B) | 278.84º | 0.83% | 0.9% | - |
| XYZ | 29.77 | 14.79 | 75.41 | - |
| YUV | 97.44 | 202.25 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 39 | 229 | 0.29 | 0.83 | 0 | 0.10 | 278.84 | 0.79 | 0.53 |
| Hex | A2 | 27 | E5 | 1D | 53 | 0 | A | 117 | 4F | 35 |
| Octal | 242 | 47 | 345 | 35 | 123 | 0 | 12 | 427 | 117 | 65 |
| Binary | 10100010 | 100111 | 11100101 | 11101 | 1010011 | 0 | 1010 | 100010111 | 1001111 | 110101 |
Color Harmonies of #A227E5
Complementary color
Monochromatic Colors of #A227E5
Black with #A227E5
Text Example
Text Example
White with #A227E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A227E5; }
p { color: rgb(162,39,229); }
H1.HeaderClassName
{
color: #A227E5;
}
.AnyTagClassName
{
color: #A227E5;
}
</style>
background-color css
<style>
a { background-color: #A227E5; }
a { background-color: rgb(162,39,229); }
div.DivClassName
{
background-color: #A227E5;
}
.BgClassName
{
background-color: #A227E5;
}
</style>
border-color css
<style>
span { border-color: #A227E5; }
span { border-color: rgb(162,39,229); }
td.TdClassName
{
border-color: #A227E5;
}
.TagClassName
{
border-color: #A227E5;
}
</style>