Shades of Blue Violet #AA32EF
Tints of Blue Violet #AA32EF
RGB
CMYK
RGB Variations
Color information
#AA32EF (or 0xAA32EF) is known color: Blue Violet. HEX triplet: AA, 32 and EF. RGB value is (170,50,239). Sum of RGB (Red+Green+Blue) = 170+50+239=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 50 (19.92% from 255 or 10.89% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA32EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA32EF is #55CD10. Grayscale: #6A6A6A. Windows color (decimal): -5623057 or 15676074. OLE color: 15676074.
HSL color Cylindrical-coordinate representation of color #AA32EF: hue angle of 278.1º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA32EF is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 50 | 239 | - |
| CMYK | 0.29 | 0.79 | 0 | 0.06 |
| HSL | 278.1º | 0.86% | 0.57% | - |
| HSV(B) | 278.1º | 0.79% | 0.94% | - |
| XYZ | 33.3 | 17.06 | 83.2 | - |
| YUV | 107.43 | 202.26 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 50 | 239 | 0.29 | 0.79 | 0 | 0.06 | 278.1 | 0.86 | 0.57 |
| Hex | AA | 32 | EF | 1D | 4F | 0 | 6 | 116 | 56 | 39 |
| Octal | 252 | 62 | 357 | 35 | 117 | 0 | 6 | 426 | 126 | 71 |
| Binary | 10101010 | 110010 | 11101111 | 11101 | 1001111 | 0 | 110 | 100010110 | 1010110 | 111001 |
Color Harmonies of #AA32EF
Complementary color
Monochromatic Colors of #AA32EF
Black with #AA32EF
Text Example
Text Example
White with #AA32EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA32EF; }
p { color: rgb(170,50,239); }
H1.HeaderClassName
{
color: #AA32EF;
}
.AnyTagClassName
{
color: #AA32EF;
}
</style>
background-color css
<style>
a { background-color: #AA32EF; }
a { background-color: rgb(170,50,239); }
div.DivClassName
{
background-color: #AA32EF;
}
.BgClassName
{
background-color: #AA32EF;
}
</style>
border-color css
<style>
span { border-color: #AA32EF; }
span { border-color: rgb(170,50,239); }
td.TdClassName
{
border-color: #AA32EF;
}
.TagClassName
{
border-color: #AA32EF;
}
</style>