Shades of Blue Violet #AE32F3
Tints of Blue Violet #AE32F3
RGB
CMYK
RGB Variations
Color information
#AE32F3 (or 0xAE32F3) is known color: Blue Violet. HEX triplet: AE, 32 and F3. RGB value is (174,50,243). Sum of RGB (Red+Green+Blue) = 174+50+243=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 50 (19.92% from 255 or 10.71% from 467); Blue value is 243 (95.31% from 255 or 52.03% from 467); Max value from RGB is 243 - color contains mainly: blue. Hex color #AE32F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE32F3 is #51CD0C. Grayscale: #6C6C6C. Windows color (decimal): -5360909 or 15938222. OLE color: 15938222.
HSL color Cylindrical-coordinate representation of color #AE32F3: hue angle of 278.55º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AE32F3 is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 50 | 243 | - |
| CMYK | 0.28 | 0.79 | 0 | 0.05 |
| HSL | 278.55º | 0.89% | 0.57% | - |
| HSV(B) | 278.55º | 0.79% | 0.95% | - |
| XYZ | 34.77 | 17.75 | 86.39 | - |
| YUV | 109.08 | 203.58 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 50 | 243 | 0.28 | 0.79 | 0 | 0.05 | 278.55 | 0.89 | 0.57 |
| Hex | AE | 32 | F3 | 1C | 4F | 0 | 5 | 117 | 59 | 39 |
| Octal | 256 | 62 | 363 | 34 | 117 | 0 | 5 | 427 | 131 | 71 |
| Binary | 10101110 | 110010 | 11110011 | 11100 | 1001111 | 0 | 101 | 100010111 | 1011001 | 111001 |
Color Harmonies of #AE32F3
Complementary color
Monochromatic Colors of #AE32F3
Black with #AE32F3
Text Example
Text Example
White with #AE32F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE32F3; }
p { color: rgb(174,50,243); }
H1.HeaderClassName
{
color: #AE32F3;
}
.AnyTagClassName
{
color: #AE32F3;
}
</style>
background-color css
<style>
a { background-color: #AE32F3; }
a { background-color: rgb(174,50,243); }
div.DivClassName
{
background-color: #AE32F3;
}
.BgClassName
{
background-color: #AE32F3;
}
</style>
border-color css
<style>
span { border-color: #AE32F3; }
span { border-color: rgb(174,50,243); }
td.TdClassName
{
border-color: #AE32F3;
}
.TagClassName
{
border-color: #AE32F3;
}
</style>