Shades of Blue Violet #AA27ED
Tints of Blue Violet #AA27ED
RGB
CMYK
RGB Variations
Color information
#AA27ED (or 0xAA27ED) is known color: Blue Violet. HEX triplet: AA, 27 and ED. RGB value is (170,39,237). Sum of RGB (Red+Green+Blue) = 170+39+237=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 39 (15.62% from 255 or 8.74% from 446); Blue value is 237 (92.97% from 255 or 53.14% from 446); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA27ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA27ED is #55D812. Grayscale: #646464. Windows color (decimal): -5625875 or 15542186. OLE color: 15542186.
HSL color Cylindrical-coordinate representation of color #AA27ED: hue angle of 279.7º 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 #AA27ED is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 39 | 237 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.07 |
| HSL | 279.7º | 0.85% | 0.54% | - |
| HSV(B) | 279.7º | 0.84% | 0.93% | - |
| XYZ | 32.59 | 16.11 | 81.51 | - |
| YUV | 100.74 | 204.9 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 237 | 0.28 | 0.84 | 0 | 0.07 | 279.7 | 0.85 | 0.54 |
| Hex | AA | 27 | ED | 1C | 54 | 0 | 7 | 118 | 55 | 36 |
| Octal | 252 | 47 | 355 | 34 | 124 | 0 | 7 | 430 | 125 | 66 |
| Binary | 10101010 | 100111 | 11101101 | 11100 | 1010100 | 0 | 111 | 100011000 | 1010101 | 110110 |
Color Harmonies of #AA27ED
Complementary color
Monochromatic Colors of #AA27ED
Black with #AA27ED
Text Example
Text Example
White with #AA27ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA27ED; }
p { color: rgb(170,39,237); }
H1.HeaderClassName
{
color: #AA27ED;
}
.AnyTagClassName
{
color: #AA27ED;
}
</style>
background-color css
<style>
a { background-color: #AA27ED; }
a { background-color: rgb(170,39,237); }
div.DivClassName
{
background-color: #AA27ED;
}
.BgClassName
{
background-color: #AA27ED;
}
</style>
border-color css
<style>
span { border-color: #AA27ED; }
span { border-color: rgb(170,39,237); }
td.TdClassName
{
border-color: #AA27ED;
}
.TagClassName
{
border-color: #AA27ED;
}
</style>