Shades of Blue Violet #AE28ED
Tints of Blue Violet #AE28ED
RGB
CMYK
RGB Variations
Color information
#AE28ED (or 0xAE28ED) is known color: Blue Violet. HEX triplet: AE, 28 and ED. RGB value is (174,40,237). Sum of RGB (Red+Green+Blue) = 174+40+237=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 40 (16.02% from 255 or 8.87% from 451); Blue value is 237 (92.97% from 255 or 52.55% from 451); Max value from RGB is 237 - color contains mainly: blue. Hex color #AE28ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE28ED is #51D712. Grayscale: #656565. Windows color (decimal): -5363475 or 15542446. OLE color: 15542446.
HSL color Cylindrical-coordinate representation of color #AE28ED: hue angle of 280.81º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE28ED is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 40 | 237 | - |
| CMYK | 0.27 | 0.83 | 0 | 0.07 |
| HSL | 280.81º | 0.85% | 0.54% | - |
| HSV(B) | 280.81º | 0.83% | 0.93% | - |
| XYZ | 33.5 | 16.63 | 81.57 | - |
| YUV | 102.52 | 203.89 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 40 | 237 | 0.27 | 0.83 | 0 | 0.07 | 280.81 | 0.85 | 0.54 |
| Hex | AE | 28 | ED | 1B | 53 | 0 | 7 | 119 | 55 | 36 |
| Octal | 256 | 50 | 355 | 33 | 123 | 0 | 7 | 431 | 125 | 66 |
| Binary | 10101110 | 101000 | 11101101 | 11011 | 1010011 | 0 | 111 | 100011001 | 1010101 | 110110 |
Color Harmonies of #AE28ED
Complementary color
Monochromatic Colors of #AE28ED
Black with #AE28ED
Text Example
Text Example
White with #AE28ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE28ED; }
p { color: rgb(174,40,237); }
H1.HeaderClassName
{
color: #AE28ED;
}
.AnyTagClassName
{
color: #AE28ED;
}
</style>
background-color css
<style>
a { background-color: #AE28ED; }
a { background-color: rgb(174,40,237); }
div.DivClassName
{
background-color: #AE28ED;
}
.BgClassName
{
background-color: #AE28ED;
}
</style>
border-color css
<style>
span { border-color: #AE28ED; }
span { border-color: rgb(174,40,237); }
td.TdClassName
{
border-color: #AE28ED;
}
.TagClassName
{
border-color: #AE28ED;
}
</style>