Shades of Violet Blue #AE599C
Tints of Violet Blue #AE599C
RGB
CMYK
RGB Variations
Color information
#AE599C (or 0xAE599C) is known color: Violet Blue. HEX triplet: AE, 59 and 9C. RGB value is (174,89,156). Sum of RGB (Red+Green+Blue) = 174+89+156=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 89 (35.16% from 255 or 21.24% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 174 - color contains mainly: red. Hex color #AE599C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE599C is #51A663. Grayscale: #797979. Windows color (decimal): -5351012 or 10246574. OLE color: 10246574.
HSL color Cylindrical-coordinate representation of color #AE599C: hue angle of 312.71º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AE599C is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 89 | 156 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.32 |
| HSL | 312.71º | 0.34% | 0.52% | - |
| HSV(B) | 312.71º | 0.49% | 0.68% | - |
| XYZ | 27.03 | 18.54 | 33.61 | - |
| YUV | 122.05 | 147.16 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 89 | 156 | 0 | 0.49 | 0.10 | 0.32 | 312.71 | 0.34 | 0.52 |
| Hex | AE | 59 | 9C | 0 | 31 | A | 20 | 139 | 22 | 34 |
| Octal | 256 | 131 | 234 | 0 | 61 | 12 | 40 | 471 | 42 | 64 |
| Binary | 10101110 | 1011001 | 10011100 | 0 | 110001 | 1010 | 100000 | 100111001 | 100010 | 110100 |
Color Harmonies of #AE599C
Complementary color
Monochromatic Colors of #AE599C
Black with #AE599C
Text Example
Text Example
White with #AE599C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE599C; }
p { color: rgb(174,89,156); }
H1.HeaderClassName
{
color: #AE599C;
}
.AnyTagClassName
{
color: #AE599C;
}
</style>
background-color css
<style>
a { background-color: #AE599C; }
a { background-color: rgb(174,89,156); }
div.DivClassName
{
background-color: #AE599C;
}
.BgClassName
{
background-color: #AE599C;
}
</style>
border-color css
<style>
span { border-color: #AE599C; }
span { border-color: rgb(174,89,156); }
td.TdClassName
{
border-color: #AE599C;
}
.TagClassName
{
border-color: #AE599C;
}
</style>