Shades of Violet Blue #AE5099
Tints of Violet Blue #AE5099
RGB
CMYK
RGB Variations
Color information
#AE5099 (or 0xAE5099) is known color: Violet Blue. HEX triplet: AE, 50 and 99. RGB value is (174,80,153). Sum of RGB (Red+Green+Blue) = 174+80+153=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5099 is #51AF66. Grayscale: #747474. Windows color (decimal): -5353319 or 10047662. OLE color: 10047662.
HSL color Cylindrical-coordinate representation of color #AE5099: hue angle of 313.4º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AE5099 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 80 | 153 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.32 |
| HSL | 313.4º | 0.37% | 0.5% | - |
| HSV(B) | 313.4º | 0.54% | 0.68% | - |
| XYZ | 26.07 | 17.04 | 32.05 | - |
| YUV | 116.43 | 148.64 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 80 | 153 | 0 | 0.54 | 0.12 | 0.32 | 313.4 | 0.37 | 0.5 |
| Hex | AE | 50 | 99 | 0 | 36 | C | 20 | 139 | 25 | 32 |
| Octal | 256 | 120 | 231 | 0 | 66 | 14 | 40 | 471 | 45 | 62 |
| Binary | 10101110 | 1010000 | 10011001 | 0 | 110110 | 1100 | 100000 | 100111001 | 100101 | 110010 |
Color Harmonies of #AE5099
Complementary color
Monochromatic Colors of #AE5099
Black with #AE5099
Text Example
Text Example
White with #AE5099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5099; }
p { color: rgb(174,80,153); }
H1.HeaderClassName
{
color: #AE5099;
}
.AnyTagClassName
{
color: #AE5099;
}
</style>
background-color css
<style>
a { background-color: #AE5099; }
a { background-color: rgb(174,80,153); }
div.DivClassName
{
background-color: #AE5099;
}
.BgClassName
{
background-color: #AE5099;
}
</style>
border-color css
<style>
span { border-color: #AE5099; }
span { border-color: rgb(174,80,153); }
td.TdClassName
{
border-color: #AE5099;
}
.TagClassName
{
border-color: #AE5099;
}
</style>