Shades of Blue Violet #AE32F5
Tints of Blue Violet #AE32F5
RGB
CMYK
RGB Variations
Color information
#AE32F5 (or 0xAE32F5) is known color: Blue Violet. HEX triplet: AE, 32 and F5. RGB value is (174,50,245). Sum of RGB (Red+Green+Blue) = 174+50+245=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 50 (19.92% from 255 or 10.66% from 469); Blue value is 245 (96.09% from 255 or 52.24% from 469); Max value from RGB is 245 - color contains mainly: blue. Hex color #AE32F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE32F5 is #51CD0A. Grayscale: #6C6C6C. Windows color (decimal): -5360907 or 16069294. OLE color: 16069294.
HSL color Cylindrical-coordinate representation of color #AE32F5: hue angle of 278.15º degrees, saturation: 0.91, 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 #AE32F5 is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 174 | 50 | 245 | - |
| CMYK | 0.29 | 0.80 | 0 | 0.04 |
| HSL | 278.15º | 0.91% | 0.58% | - |
| HSV(B) | 278.15º | 0.8% | 0.96% | - |
| XYZ | 35.08 | 17.87 | 87.99 | - |
| YUV | 109.31 | 204.58 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 50 | 245 | 0.29 | 0.80 | 0 | 0.04 | 278.15 | 0.91 | 0.58 |
| Hex | AE | 32 | F5 | 1D | 50 | 0 | 4 | 116 | 5B | 3A |
| Octal | 256 | 62 | 365 | 35 | 120 | 0 | 4 | 426 | 133 | 72 |
| Binary | 10101110 | 110010 | 11110101 | 11101 | 1010000 | 0 | 100 | 100010110 | 1011011 | 111010 |
Color Harmonies of #AE32F5
Complementary color
Monochromatic Colors of #AE32F5
Black with #AE32F5
Text Example
Text Example
White with #AE32F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE32F5; }
p { color: rgb(174,50,245); }
H1.HeaderClassName
{
color: #AE32F5;
}
.AnyTagClassName
{
color: #AE32F5;
}
</style>
background-color css
<style>
a { background-color: #AE32F5; }
a { background-color: rgb(174,50,245); }
div.DivClassName
{
background-color: #AE32F5;
}
.BgClassName
{
background-color: #AE32F5;
}
</style>
border-color css
<style>
span { border-color: #AE32F5; }
span { border-color: rgb(174,50,245); }
td.TdClassName
{
border-color: #AE32F5;
}
.TagClassName
{
border-color: #AE32F5;
}
</style>