Shades of Violet Blue #AE569E
Tints of Violet Blue #AE569E
RGB
CMYK
RGB Variations
Color information
#AE569E (or 0xAE569E) is known color: Violet Blue. HEX triplet: AE, 56 and 9E. RGB value is (174,86,158). Sum of RGB (Red+Green+Blue) = 174+86+158=418 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.63% from 418); Green value is 86 (33.98% from 255 or 20.57% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 174 - color contains mainly: red. Hex color #AE569E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE569E is #51A961. Grayscale: #787878. Windows color (decimal): -5351778 or 10376878. OLE color: 10376878.
HSL color Cylindrical-coordinate representation of color #AE569E: hue angle of 310.91º 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 #AE569E is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 86 | 158 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.32 |
| HSL | 310.91º | 0.35% | 0.51% | - |
| HSV(B) | 310.91º | 0.51% | 0.68% | - |
| XYZ | 26.95 | 18.12 | 34.43 | - |
| YUV | 120.52 | 149.15 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 86 | 158 | 0 | 0.51 | 0.09 | 0.32 | 310.91 | 0.35 | 0.51 |
| Hex | AE | 56 | 9E | 0 | 33 | 9 | 20 | 137 | 23 | 33 |
| Octal | 256 | 126 | 236 | 0 | 63 | 11 | 40 | 467 | 43 | 63 |
| Binary | 10101110 | 1010110 | 10011110 | 0 | 110011 | 1001 | 100000 | 100110111 | 100011 | 110011 |
Color Harmonies of #AE569E
Complementary color
Monochromatic Colors of #AE569E
Black with #AE569E
Text Example
Text Example
White with #AE569E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE569E; }
p { color: rgb(174,86,158); }
H1.HeaderClassName
{
color: #AE569E;
}
.AnyTagClassName
{
color: #AE569E;
}
</style>
background-color css
<style>
a { background-color: #AE569E; }
a { background-color: rgb(174,86,158); }
div.DivClassName
{
background-color: #AE569E;
}
.BgClassName
{
background-color: #AE569E;
}
</style>
border-color css
<style>
span { border-color: #AE569E; }
span { border-color: rgb(174,86,158); }
td.TdClassName
{
border-color: #AE569E;
}
.TagClassName
{
border-color: #AE569E;
}
</style>