Shades of Blue Violet #AE37F0
Tints of Blue Violet #AE37F0
RGB
CMYK
RGB Variations
Color information
#AE37F0 (or 0xAE37F0) is known color: Blue Violet. HEX triplet: AE, 37 and F0. RGB value is (174,55,240). Sum of RGB (Red+Green+Blue) = 174+55+240=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 55 (21.88% from 255 or 11.73% from 469); Blue value is 240 (94.14% from 255 or 51.17% from 469); Max value from RGB is 240 - color contains mainly: blue. Hex color #AE37F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE37F0 is #51C80F. Grayscale: #6F6F6F. Windows color (decimal): -5359632 or 15742894. OLE color: 15742894.
HSL color Cylindrical-coordinate representation of color #AE37F0: hue angle of 278.59º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE37F0 is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 174 | 55 | 240 | - |
| CMYK | 0.28 | 0.77 | 0 | 0.06 |
| HSL | 278.59º | 0.86% | 0.58% | - |
| HSV(B) | 278.59º | 0.77% | 0.94% | - |
| XYZ | 34.55 | 18.02 | 84.1 | - |
| YUV | 111.67 | 200.42 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 55 | 240 | 0.28 | 0.77 | 0 | 0.06 | 278.59 | 0.86 | 0.58 |
| Hex | AE | 37 | F0 | 1C | 4D | 0 | 6 | 117 | 56 | 3A |
| Octal | 256 | 67 | 360 | 34 | 115 | 0 | 6 | 427 | 126 | 72 |
| Binary | 10101110 | 110111 | 11110000 | 11100 | 1001101 | 0 | 110 | 100010111 | 1010110 | 111010 |
Color Harmonies of #AE37F0
Complementary color
Monochromatic Colors of #AE37F0
Black with #AE37F0
Text Example
Text Example
White with #AE37F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE37F0; }
p { color: rgb(174,55,240); }
H1.HeaderClassName
{
color: #AE37F0;
}
.AnyTagClassName
{
color: #AE37F0;
}
</style>
background-color css
<style>
a { background-color: #AE37F0; }
a { background-color: rgb(174,55,240); }
div.DivClassName
{
background-color: #AE37F0;
}
.BgClassName
{
background-color: #AE37F0;
}
</style>
border-color css
<style>
span { border-color: #AE37F0; }
span { border-color: rgb(174,55,240); }
td.TdClassName
{
border-color: #AE37F0;
}
.TagClassName
{
border-color: #AE37F0;
}
</style>