Shades of Blue Violet #A227ED
Tints of Blue Violet #A227ED
RGB
CMYK
RGB Variations
Color information
#A227ED (or 0xA227ED) is known color: Blue Violet. HEX triplet: A2, 27 and ED. RGB value is (162,39,237). Sum of RGB (Red+Green+Blue) = 162+39+237=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 39 (15.62% from 255 or 8.90% from 438); Blue value is 237 (92.97% from 255 or 54.11% from 438); Max value from RGB is 237 - color contains mainly: blue. Hex color #A227ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A227ED is #5DD812. Grayscale: #616161. Windows color (decimal): -6150163 or 15542178. OLE color: 15542178.
HSL color Cylindrical-coordinate representation of color #A227ED: hue angle of 277.27º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A227ED is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 39 | 237 | - |
| CMYK | 0.32 | 0.84 | 0 | 0.07 |
| HSL | 277.27º | 0.85% | 0.54% | - |
| HSV(B) | 277.27º | 0.84% | 0.93% | - |
| XYZ | 30.91 | 15.25 | 81.43 | - |
| YUV | 98.35 | 206.25 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 39 | 237 | 0.32 | 0.84 | 0 | 0.07 | 277.27 | 0.85 | 0.54 |
| Hex | A2 | 27 | ED | 20 | 54 | 0 | 7 | 115 | 55 | 36 |
| Octal | 242 | 47 | 355 | 40 | 124 | 0 | 7 | 425 | 125 | 66 |
| Binary | 10100010 | 100111 | 11101101 | 100000 | 1010100 | 0 | 111 | 100010101 | 1010101 | 110110 |
Color Harmonies of #A227ED
Complementary color
Monochromatic Colors of #A227ED
Black with #A227ED
Text Example
Text Example
White with #A227ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A227ED; }
p { color: rgb(162,39,237); }
H1.HeaderClassName
{
color: #A227ED;
}
.AnyTagClassName
{
color: #A227ED;
}
</style>
background-color css
<style>
a { background-color: #A227ED; }
a { background-color: rgb(162,39,237); }
div.DivClassName
{
background-color: #A227ED;
}
.BgClassName
{
background-color: #A227ED;
}
</style>
border-color css
<style>
span { border-color: #A227ED; }
span { border-color: rgb(162,39,237); }
td.TdClassName
{
border-color: #A227ED;
}
.TagClassName
{
border-color: #A227ED;
}
</style>