Shades of Violet Blue #AE5699
Tints of Violet Blue #AE5699
RGB
CMYK
RGB Variations
Color information
#AE5699 (or 0xAE5699) is known color: Violet Blue. HEX triplet: AE, 56 and 99. RGB value is (174,86,153). Sum of RGB (Red+Green+Blue) = 174+86+153=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 86 (33.98% from 255 or 20.82% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5699 is #51A966. Grayscale: #777777. Windows color (decimal): -5351783 or 10049198. OLE color: 10049198.
HSL color Cylindrical-coordinate representation of color #AE5699: hue angle of 314.32º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AE5699 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 86 | 153 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.32 |
| HSL | 314.32º | 0.35% | 0.51% | - |
| HSV(B) | 314.32º | 0.51% | 0.68% | - |
| XYZ | 26.53 | 17.95 | 32.2 | - |
| YUV | 119.95 | 146.65 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 86 | 153 | 0 | 0.51 | 0.12 | 0.32 | 314.32 | 0.35 | 0.51 |
| Hex | AE | 56 | 99 | 0 | 33 | C | 20 | 13A | 23 | 33 |
| Octal | 256 | 126 | 231 | 0 | 63 | 14 | 40 | 472 | 43 | 63 |
| Binary | 10101110 | 1010110 | 10011001 | 0 | 110011 | 1100 | 100000 | 100111010 | 100011 | 110011 |
Color Harmonies of #AE5699
Complementary color
Monochromatic Colors of #AE5699
Black with #AE5699
Text Example
Text Example
White with #AE5699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5699; }
p { color: rgb(174,86,153); }
H1.HeaderClassName
{
color: #AE5699;
}
.AnyTagClassName
{
color: #AE5699;
}
</style>
background-color css
<style>
a { background-color: #AE5699; }
a { background-color: rgb(174,86,153); }
div.DivClassName
{
background-color: #AE5699;
}
.BgClassName
{
background-color: #AE5699;
}
</style>
border-color css
<style>
span { border-color: #AE5699; }
span { border-color: rgb(174,86,153); }
td.TdClassName
{
border-color: #AE5699;
}
.TagClassName
{
border-color: #AE5699;
}
</style>