Shades of Violet Blue #AE5EA9
Tints of Violet Blue #AE5EA9
RGB
CMYK
RGB Variations
Color information
#AE5EA9 (or 0xAE5EA9) is known color: Violet Blue. HEX triplet: AE, 5E and A9. RGB value is (174,94,169). Sum of RGB (Red+Green+Blue) = 174+94+169=437 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.82% from 437); Green value is 94 (37.11% from 255 or 21.51% from 437); Blue value is 169 (66.41% from 255 or 38.67% from 437); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5EA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5EA9 is #51A156. Grayscale: #7E7E7E. Windows color (decimal): -5349719 or 11099822. OLE color: 11099822.
HSL color Cylindrical-coordinate representation of color #AE5EA9: hue angle of 303.75º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AE5EA9 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 94 | 169 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.32 |
| HSL | 303.75º | 0.33% | 0.53% | - |
| HSV(B) | 303.75º | 0.46% | 0.68% | - |
| XYZ | 28.62 | 19.87 | 39.86 | - |
| YUV | 126.47 | 152 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 94 | 169 | 0 | 0.46 | 0.03 | 0.32 | 303.75 | 0.33 | 0.53 |
| Hex | AE | 5E | A9 | 0 | 2E | 3 | 20 | 130 | 21 | 35 |
| Octal | 256 | 136 | 251 | 0 | 56 | 3 | 40 | 460 | 41 | 65 |
| Binary | 10101110 | 1011110 | 10101001 | 0 | 101110 | 11 | 100000 | 100110000 | 100001 | 110101 |
Color Harmonies of #AE5EA9
Complementary color
Monochromatic Colors of #AE5EA9
Black with #AE5EA9
Text Example
Text Example
White with #AE5EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5EA9; }
p { color: rgb(174,94,169); }
H1.HeaderClassName
{
color: #AE5EA9;
}
.AnyTagClassName
{
color: #AE5EA9;
}
</style>
background-color css
<style>
a { background-color: #AE5EA9; }
a { background-color: rgb(174,94,169); }
div.DivClassName
{
background-color: #AE5EA9;
}
.BgClassName
{
background-color: #AE5EA9;
}
</style>
border-color css
<style>
span { border-color: #AE5EA9; }
span { border-color: rgb(174,94,169); }
td.TdClassName
{
border-color: #AE5EA9;
}
.TagClassName
{
border-color: #AE5EA9;
}
</style>