Shades of Violet Blue #AE5598
Tints of Violet Blue #AE5598
RGB
CMYK
RGB Variations
Color information
#AE5598 (or 0xAE5598) is known color: Violet Blue. HEX triplet: AE, 55 and 98. RGB value is (174,85,152). Sum of RGB (Red+Green+Blue) = 174+85+152=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 85 (33.59% from 255 or 20.68% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5598 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5598 is #51AA67. Grayscale: #777777. Windows color (decimal): -5352040 or 9983406. OLE color: 9983406.
HSL color Cylindrical-coordinate representation of color #AE5598: hue angle of 314.83º 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 #AE5598 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 85 | 152 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.32 |
| HSL | 314.83º | 0.35% | 0.51% | - |
| HSV(B) | 314.83º | 0.51% | 0.68% | - |
| XYZ | 26.37 | 17.76 | 31.74 | - |
| YUV | 119.25 | 146.49 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 85 | 152 | 0 | 0.51 | 0.13 | 0.32 | 314.83 | 0.35 | 0.51 |
| Hex | AE | 55 | 98 | 0 | 33 | D | 20 | 13B | 23 | 33 |
| Octal | 256 | 125 | 230 | 0 | 63 | 15 | 40 | 473 | 43 | 63 |
| Binary | 10101110 | 1010101 | 10011000 | 0 | 110011 | 1101 | 100000 | 100111011 | 100011 | 110011 |
Color Harmonies of #AE5598
Complementary color
Monochromatic Colors of #AE5598
Black with #AE5598
Text Example
Text Example
White with #AE5598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5598; }
p { color: rgb(174,85,152); }
H1.HeaderClassName
{
color: #AE5598;
}
.AnyTagClassName
{
color: #AE5598;
}
</style>
background-color css
<style>
a { background-color: #AE5598; }
a { background-color: rgb(174,85,152); }
div.DivClassName
{
background-color: #AE5598;
}
.BgClassName
{
background-color: #AE5598;
}
</style>
border-color css
<style>
span { border-color: #AE5598; }
span { border-color: rgb(174,85,152); }
td.TdClassName
{
border-color: #AE5598;
}
.TagClassName
{
border-color: #AE5598;
}
</style>