Shades of Blue Violet #AA23EF
Tints of Blue Violet #AA23EF
RGB
CMYK
RGB Variations
Color information
#AA23EF (or 0xAA23EF) is known color: Blue Violet. HEX triplet: AA, 23 and EF. RGB value is (170,35,239). Sum of RGB (Red+Green+Blue) = 170+35+239=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 35 (14.06% from 255 or 7.88% from 444); Blue value is 239 (93.75% from 255 or 53.83% from 444); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA23EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA23EF is #55DC10. Grayscale: #616161. Windows color (decimal): -5626897 or 15672234. OLE color: 15672234.
HSL color Cylindrical-coordinate representation of color #AA23EF: hue angle of 279.71º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA23EF is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 35 | 239 | - |
| CMYK | 0.29 | 0.85 | 0 | 0.06 |
| HSL | 279.71º | 0.86% | 0.54% | - |
| HSV(B) | 279.71º | 0.85% | 0.94% | - |
| XYZ | 32.76 | 15.98 | 83.02 | - |
| YUV | 98.62 | 207.23 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 35 | 239 | 0.29 | 0.85 | 0 | 0.06 | 279.71 | 0.86 | 0.54 |
| Hex | AA | 23 | EF | 1D | 55 | 0 | 6 | 118 | 56 | 36 |
| Octal | 252 | 43 | 357 | 35 | 125 | 0 | 6 | 430 | 126 | 66 |
| Binary | 10101010 | 100011 | 11101111 | 11101 | 1010101 | 0 | 110 | 100011000 | 1010110 | 110110 |
Color Harmonies of #AA23EF
Complementary color
Monochromatic Colors of #AA23EF
Black with #AA23EF
Text Example
Text Example
White with #AA23EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA23EF; }
p { color: rgb(170,35,239); }
H1.HeaderClassName
{
color: #AA23EF;
}
.AnyTagClassName
{
color: #AA23EF;
}
</style>
background-color css
<style>
a { background-color: #AA23EF; }
a { background-color: rgb(170,35,239); }
div.DivClassName
{
background-color: #AA23EF;
}
.BgClassName
{
background-color: #AA23EF;
}
</style>
border-color css
<style>
span { border-color: #AA23EF; }
span { border-color: rgb(170,35,239); }
td.TdClassName
{
border-color: #AA23EF;
}
.TagClassName
{
border-color: #AA23EF;
}
</style>