Shades of Blue Violet #AA32FE
Tints of Blue Violet #AA32FE
RGB
CMYK
RGB Variations
Color information
#AA32FE (or 0xAA32FE) is known color: Blue Violet. HEX triplet: AA, 32 and FE. RGB value is (170,50,254). Sum of RGB (Red+Green+Blue) = 170+50+254=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 50 (19.92% from 255 or 10.55% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA32FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA32FE is #55CD01. Grayscale: #6C6C6C. Windows color (decimal): -5623042 or 16659114. OLE color: 16659114.
HSL color Cylindrical-coordinate representation of color #AA32FE: hue angle of 275.29º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA32FE is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 50 | 254 | - |
| CMYK | 0.33 | 0.80 | 0 | 0.00 |
| HSL | 275.29º | 0.99% | 0.6% | - |
| HSV(B) | 275.29º | 0.8% | 1% | - |
| XYZ | 35.61 | 17.98 | 95.36 | - |
| YUV | 109.14 | 209.76 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 50 | 254 | 0.33 | 0.80 | 0 | 0.00 | 275.29 | 0.99 | 0.6 |
| Hex | AA | 32 | FE | 21 | 50 | 0 | 0 | 113 | 63 | 3C |
| Octal | 252 | 62 | 376 | 41 | 120 | 0 | 0 | 423 | 143 | 74 |
| Binary | 10101010 | 110010 | 11111110 | 100001 | 1010000 | 0 | 0 | 100010011 | 1100011 | 111100 |
Color Harmonies of #AA32FE
Complementary color
Monochromatic Colors of #AA32FE
Black with #AA32FE
Text Example
Text Example
White with #AA32FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA32FE; }
p { color: rgb(170,50,254); }
H1.HeaderClassName
{
color: #AA32FE;
}
.AnyTagClassName
{
color: #AA32FE;
}
</style>
background-color css
<style>
a { background-color: #AA32FE; }
a { background-color: rgb(170,50,254); }
div.DivClassName
{
background-color: #AA32FE;
}
.BgClassName
{
background-color: #AA32FE;
}
</style>
border-color css
<style>
span { border-color: #AA32FE; }
span { border-color: rgb(170,50,254); }
td.TdClassName
{
border-color: #AA32FE;
}
.TagClassName
{
border-color: #AA32FE;
}
</style>