Shades of Blue Violet #AA23EC
Tints of Blue Violet #AA23EC
RGB
CMYK
RGB Variations
Color information
#AA23EC (or 0xAA23EC) is known color: Blue Violet. HEX triplet: AA, 23 and EC. RGB value is (170,35,236). Sum of RGB (Red+Green+Blue) = 170+35+236=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 35 (14.06% from 255 or 7.94% from 441); Blue value is 236 (92.58% from 255 or 53.51% from 441); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA23EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA23EC is #55DC13. Grayscale: #616161. Windows color (decimal): -5626900 or 15475626. OLE color: 15475626.
HSL color Cylindrical-coordinate representation of color #AA23EC: hue angle of 280.3º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA23EC is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 35 | 236 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.07 |
| HSL | 280.3º | 0.84% | 0.53% | - |
| HSV(B) | 280.3º | 0.85% | 0.93% | - |
| XYZ | 32.32 | 15.8 | 80.7 | - |
| YUV | 98.28 | 205.73 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 35 | 236 | 0.28 | 0.85 | 0 | 0.07 | 280.3 | 0.84 | 0.53 |
| Hex | AA | 23 | EC | 1C | 55 | 0 | 7 | 118 | 54 | 35 |
| Octal | 252 | 43 | 354 | 34 | 125 | 0 | 7 | 430 | 124 | 65 |
| Binary | 10101010 | 100011 | 11101100 | 11100 | 1010101 | 0 | 111 | 100011000 | 1010100 | 110101 |
Color Harmonies of #AA23EC
Complementary color
Monochromatic Colors of #AA23EC
Black with #AA23EC
Text Example
Text Example
White with #AA23EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA23EC; }
p { color: rgb(170,35,236); }
H1.HeaderClassName
{
color: #AA23EC;
}
.AnyTagClassName
{
color: #AA23EC;
}
</style>
background-color css
<style>
a { background-color: #AA23EC; }
a { background-color: rgb(170,35,236); }
div.DivClassName
{
background-color: #AA23EC;
}
.BgClassName
{
background-color: #AA23EC;
}
</style>
border-color css
<style>
span { border-color: #AA23EC; }
span { border-color: rgb(170,35,236); }
td.TdClassName
{
border-color: #AA23EC;
}
.TagClassName
{
border-color: #AA23EC;
}
</style>