Shades of Blue Violet #AE28F2
Tints of Blue Violet #AE28F2
RGB
CMYK
RGB Variations
Color information
#AE28F2 (or 0xAE28F2) is known color: Blue Violet. HEX triplet: AE, 28 and F2. RGB value is (174,40,242). Sum of RGB (Red+Green+Blue) = 174+40+242=456 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.16% from 456); Green value is 40 (16.02% from 255 or 8.77% from 456); Blue value is 242 (94.92% from 255 or 53.07% from 456); Max value from RGB is 242 - color contains mainly: blue. Hex color #AE28F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE28F2 is #51D70D. Grayscale: #666666. Windows color (decimal): -5363470 or 15870126. OLE color: 15870126.
HSL color Cylindrical-coordinate representation of color #AE28F2: hue angle of 279.8º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE28F2 is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 40 | 242 | - |
| CMYK | 0.28 | 0.83 | 0 | 0.05 |
| HSL | 279.8º | 0.89% | 0.55% | - |
| HSV(B) | 279.8º | 0.83% | 0.95% | - |
| XYZ | 34.24 | 16.93 | 85.47 | - |
| YUV | 103.09 | 206.39 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 40 | 242 | 0.28 | 0.83 | 0 | 0.05 | 279.8 | 0.89 | 0.55 |
| Hex | AE | 28 | F2 | 1C | 53 | 0 | 5 | 118 | 59 | 37 |
| Octal | 256 | 50 | 362 | 34 | 123 | 0 | 5 | 430 | 131 | 67 |
| Binary | 10101110 | 101000 | 11110010 | 11100 | 1010011 | 0 | 101 | 100011000 | 1011001 | 110111 |
Color Harmonies of #AE28F2
Complementary color
Monochromatic Colors of #AE28F2
Black with #AE28F2
Text Example
Text Example
White with #AE28F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE28F2; }
p { color: rgb(174,40,242); }
H1.HeaderClassName
{
color: #AE28F2;
}
.AnyTagClassName
{
color: #AE28F2;
}
</style>
background-color css
<style>
a { background-color: #AE28F2; }
a { background-color: rgb(174,40,242); }
div.DivClassName
{
background-color: #AE28F2;
}
.BgClassName
{
background-color: #AE28F2;
}
</style>
border-color css
<style>
span { border-color: #AE28F2; }
span { border-color: rgb(174,40,242); }
td.TdClassName
{
border-color: #AE28F2;
}
.TagClassName
{
border-color: #AE28F2;
}
</style>