Shades of Blue Violet #AE21EC
Tints of Blue Violet #AE21EC
RGB
CMYK
RGB Variations
Color information
#AE21EC (or 0xAE21EC) is known color: Blue Violet. HEX triplet: AE, 21 and EC. RGB value is (174,33,236). Sum of RGB (Red+Green+Blue) = 174+33+236=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 33 (13.28% from 255 or 7.45% from 443); Blue value is 236 (92.58% from 255 or 53.27% from 443); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE21EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE21EC is #51DE13. Grayscale: #616161. Windows color (decimal): -5365268 or 15475118. OLE color: 15475118.
HSL color Cylindrical-coordinate representation of color #AE21EC: hue angle of 281.67º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE21EC is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 33 | 236 | - |
| CMYK | 0.26 | 0.86 | 0 | 0.07 |
| HSL | 281.67º | 0.84% | 0.53% | - |
| HSV(B) | 281.67º | 0.86% | 0.93% | - |
| XYZ | 33.14 | 16.14 | 80.73 | - |
| YUV | 98.3 | 205.71 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 33 | 236 | 0.26 | 0.86 | 0 | 0.07 | 281.67 | 0.84 | 0.53 |
| Hex | AE | 21 | EC | 1A | 56 | 0 | 7 | 11A | 54 | 35 |
| Octal | 256 | 41 | 354 | 32 | 126 | 0 | 7 | 432 | 124 | 65 |
| Binary | 10101110 | 100001 | 11101100 | 11010 | 1010110 | 0 | 111 | 100011010 | 1010100 | 110101 |
Color Harmonies of #AE21EC
Complementary color
Monochromatic Colors of #AE21EC
Black with #AE21EC
Text Example
Text Example
White with #AE21EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE21EC; }
p { color: rgb(174,33,236); }
H1.HeaderClassName
{
color: #AE21EC;
}
.AnyTagClassName
{
color: #AE21EC;
}
</style>
background-color css
<style>
a { background-color: #AE21EC; }
a { background-color: rgb(174,33,236); }
div.DivClassName
{
background-color: #AE21EC;
}
.BgClassName
{
background-color: #AE21EC;
}
</style>
border-color css
<style>
span { border-color: #AE21EC; }
span { border-color: rgb(174,33,236); }
td.TdClassName
{
border-color: #AE21EC;
}
.TagClassName
{
border-color: #AE21EC;
}
</style>