Shades of Blue Violet #AA32FB
Tints of Blue Violet #AA32FB
RGB
CMYK
RGB Variations
Color information
#AA32FB (or 0xAA32FB) is known color: Blue Violet. HEX triplet: AA, 32 and FB. RGB value is (170,50,251). Sum of RGB (Red+Green+Blue) = 170+50+251=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 50 (19.92% from 255 or 10.62% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA32FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA32FB is #55CD04. Grayscale: #6C6C6C. Windows color (decimal): -5623045 or 16462506. OLE color: 16462506.
HSL color Cylindrical-coordinate representation of color #AA32FB: hue angle of 275.82º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA32FB is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 50 | 251 | - |
| CMYK | 0.32 | 0.80 | 0 | 0.02 |
| HSL | 275.82º | 0.96% | 0.59% | - |
| HSV(B) | 275.82º | 0.8% | 0.98% | - |
| XYZ | 35.13 | 17.79 | 92.85 | - |
| YUV | 108.79 | 208.26 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 50 | 251 | 0.32 | 0.80 | 0 | 0.02 | 275.82 | 0.96 | 0.59 |
| Hex | AA | 32 | FB | 20 | 50 | 0 | 2 | 114 | 60 | 3B |
| Octal | 252 | 62 | 373 | 40 | 120 | 0 | 2 | 424 | 140 | 73 |
| Binary | 10101010 | 110010 | 11111011 | 100000 | 1010000 | 0 | 10 | 100010100 | 1100000 | 111011 |
Color Harmonies of #AA32FB
Complementary color
Monochromatic Colors of #AA32FB
Black with #AA32FB
Text Example
Text Example
White with #AA32FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA32FB; }
p { color: rgb(170,50,251); }
H1.HeaderClassName
{
color: #AA32FB;
}
.AnyTagClassName
{
color: #AA32FB;
}
</style>
background-color css
<style>
a { background-color: #AA32FB; }
a { background-color: rgb(170,50,251); }
div.DivClassName
{
background-color: #AA32FB;
}
.BgClassName
{
background-color: #AA32FB;
}
</style>
border-color css
<style>
span { border-color: #AA32FB; }
span { border-color: rgb(170,50,251); }
td.TdClassName
{
border-color: #AA32FB;
}
.TagClassName
{
border-color: #AA32FB;
}
</style>