Shades of Blue Violet #AA32FF
Tints of Blue Violet #AA32FF
RGB
CMYK
RGB Variations
Color information
#AA32FF (or 0xAA32FF) is known color: Blue Violet. HEX triplet: AA, 32 and FF. RGB value is (170,50,255). Sum of RGB (Red+Green+Blue) = 170+50+255=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 50 (19.92% from 255 or 10.53% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA32FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA32FF is #55CD00. Grayscale: #6C6C6C. Windows color (decimal): -5623041 or 16724650. OLE color: 16724650.
HSL color Cylindrical-coordinate representation of color #AA32FF: hue angle of 275.12º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA32FF is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 50 | 255 | - |
| CMYK | 0.33 | 0.80 | 0 | 0 |
| HSL | 275.12º | 1% | 0.6% | - |
| HSV(B) | 275.12º | 0.8% | 1% | - |
| XYZ | 35.77 | 18.05 | 96.21 | - |
| YUV | 109.25 | 210.26 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 50 | 255 | 0.33 | 0.80 | 0 | 0 | 275.12 | 1 | 0.6 |
| Hex | AA | 32 | FF | 21 | 50 | 0 | 0 | 113 | 64 | 3C |
| Octal | 252 | 62 | 377 | 41 | 120 | 0 | 0 | 423 | 144 | 74 |
| Binary | 10101010 | 110010 | 11111111 | 100001 | 1010000 | 0 | 0 | 100010011 | 1100100 | 111100 |
Color Harmonies of #AA32FF
Complementary color
Monochromatic Colors of #AA32FF
Black with #AA32FF
Text Example
Text Example
White with #AA32FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA32FF; }
p { color: rgb(170,50,255); }
H1.HeaderClassName
{
color: #AA32FF;
}
.AnyTagClassName
{
color: #AA32FF;
}
</style>
background-color css
<style>
a { background-color: #AA32FF; }
a { background-color: rgb(170,50,255); }
div.DivClassName
{
background-color: #AA32FF;
}
.BgClassName
{
background-color: #AA32FF;
}
</style>
border-color css
<style>
span { border-color: #AA32FF; }
span { border-color: rgb(170,50,255); }
td.TdClassName
{
border-color: #AA32FF;
}
.TagClassName
{
border-color: #AA32FF;
}
</style>