Shades of Blue Violet #AA32F6
Tints of Blue Violet #AA32F6
RGB
CMYK
RGB Variations
Color information
#AA32F6 (or 0xAA32F6) is known color: Blue Violet. HEX triplet: AA, 32 and F6. RGB value is (170,50,246). Sum of RGB (Red+Green+Blue) = 170+50+246=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 50 (19.92% from 255 or 10.73% from 466); Blue value is 246 (96.48% from 255 or 52.79% from 466); Max value from RGB is 246 - color contains mainly: blue. Hex color #AA32F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA32F6 is #55CD09. Grayscale: #6B6B6B. Windows color (decimal): -5623050 or 16134826. OLE color: 16134826.
HSL color Cylindrical-coordinate representation of color #AA32F6: hue angle of 276.73º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA32F6 is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 50 | 246 | - |
| CMYK | 0.31 | 0.80 | 0 | 0.04 |
| HSL | 276.73º | 0.92% | 0.58% | - |
| HSV(B) | 276.73º | 0.8% | 0.96% | - |
| XYZ | 34.35 | 17.48 | 88.75 | - |
| YUV | 108.22 | 205.76 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 50 | 246 | 0.31 | 0.80 | 0 | 0.04 | 276.73 | 0.92 | 0.58 |
| Hex | AA | 32 | F6 | 1F | 50 | 0 | 4 | 115 | 5C | 3A |
| Octal | 252 | 62 | 366 | 37 | 120 | 0 | 4 | 425 | 134 | 72 |
| Binary | 10101010 | 110010 | 11110110 | 11111 | 1010000 | 0 | 100 | 100010101 | 1011100 | 111010 |
Color Harmonies of #AA32F6
Complementary color
Monochromatic Colors of #AA32F6
Black with #AA32F6
Text Example
Text Example
White with #AA32F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA32F6; }
p { color: rgb(170,50,246); }
H1.HeaderClassName
{
color: #AA32F6;
}
.AnyTagClassName
{
color: #AA32F6;
}
</style>
background-color css
<style>
a { background-color: #AA32F6; }
a { background-color: rgb(170,50,246); }
div.DivClassName
{
background-color: #AA32F6;
}
.BgClassName
{
background-color: #AA32F6;
}
</style>
border-color css
<style>
span { border-color: #AA32F6; }
span { border-color: rgb(170,50,246); }
td.TdClassName
{
border-color: #AA32F6;
}
.TagClassName
{
border-color: #AA32F6;
}
</style>