Shades of Violet Blue #AE5399
Tints of Violet Blue #AE5399
RGB
CMYK
RGB Variations
Color information
#AE5399 (or 0xAE5399) is known color: Violet Blue. HEX triplet: AE, 53 and 99. RGB value is (174,83,153). Sum of RGB (Red+Green+Blue) = 174+83+153=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 83 (32.81% from 255 or 20.24% from 410); Blue value is 153 (60.16% from 255 or 37.32% from 410); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5399 is #51AC66. Grayscale: #757575. Windows color (decimal): -5352551 or 10048430. OLE color: 10048430.
HSL color Cylindrical-coordinate representation of color #AE5399: hue angle of 313.85º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE5399 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 83 | 153 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.32 |
| HSL | 313.85º | 0.36% | 0.5% | - |
| HSV(B) | 313.85º | 0.52% | 0.68% | - |
| XYZ | 26.3 | 17.49 | 32.13 | - |
| YUV | 118.19 | 147.65 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 83 | 153 | 0 | 0.52 | 0.12 | 0.32 | 313.85 | 0.36 | 0.5 |
| Hex | AE | 53 | 99 | 0 | 34 | C | 20 | 13A | 24 | 32 |
| Octal | 256 | 123 | 231 | 0 | 64 | 14 | 40 | 472 | 44 | 62 |
| Binary | 10101110 | 1010011 | 10011001 | 0 | 110100 | 1100 | 100000 | 100111010 | 100100 | 110010 |
Color Harmonies of #AE5399
Complementary color
Monochromatic Colors of #AE5399
Black with #AE5399
Text Example
Text Example
White with #AE5399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5399; }
p { color: rgb(174,83,153); }
H1.HeaderClassName
{
color: #AE5399;
}
.AnyTagClassName
{
color: #AE5399;
}
</style>
background-color css
<style>
a { background-color: #AE5399; }
a { background-color: rgb(174,83,153); }
div.DivClassName
{
background-color: #AE5399;
}
.BgClassName
{
background-color: #AE5399;
}
</style>
border-color css
<style>
span { border-color: #AE5399; }
span { border-color: rgb(174,83,153); }
td.TdClassName
{
border-color: #AE5399;
}
.TagClassName
{
border-color: #AE5399;
}
</style>