Shades of Violet Blue #AE56A6
Tints of Violet Blue #AE56A6
RGB
CMYK
RGB Variations
Color information
#AE56A6 (or 0xAE56A6) is known color: Violet Blue. HEX triplet: AE, 56 and A6. RGB value is (174,86,166). Sum of RGB (Red+Green+Blue) = 174+86+166=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 86 (33.98% from 255 or 20.19% from 426); Blue value is 166 (65.23% from 255 or 38.97% from 426); Max value from RGB is 174 - color contains mainly: red. Hex color #AE56A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE56A6 is #51A959. Grayscale: #797979. Windows color (decimal): -5351770 or 10901166. OLE color: 10901166.
HSL color Cylindrical-coordinate representation of color #AE56A6: hue angle of 305.45º 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 #AE56A6 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 86 | 166 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.32 |
| HSL | 305.45º | 0.35% | 0.51% | - |
| HSV(B) | 305.45º | 0.51% | 0.68% | - |
| XYZ | 27.67 | 18.41 | 38.17 | - |
| YUV | 121.43 | 153.15 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 86 | 166 | 0 | 0.51 | 0.05 | 0.32 | 305.45 | 0.35 | 0.51 |
| Hex | AE | 56 | A6 | 0 | 33 | 5 | 20 | 131 | 23 | 33 |
| Octal | 256 | 126 | 246 | 0 | 63 | 5 | 40 | 461 | 43 | 63 |
| Binary | 10101110 | 1010110 | 10100110 | 0 | 110011 | 101 | 100000 | 100110001 | 100011 | 110011 |
Color Harmonies of #AE56A6
Complementary color
Monochromatic Colors of #AE56A6
Black with #AE56A6
Text Example
Text Example
White with #AE56A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE56A6; }
p { color: rgb(174,86,166); }
H1.HeaderClassName
{
color: #AE56A6;
}
.AnyTagClassName
{
color: #AE56A6;
}
</style>
background-color css
<style>
a { background-color: #AE56A6; }
a { background-color: rgb(174,86,166); }
div.DivClassName
{
background-color: #AE56A6;
}
.BgClassName
{
background-color: #AE56A6;
}
</style>
border-color css
<style>
span { border-color: #AE56A6; }
span { border-color: rgb(174,86,166); }
td.TdClassName
{
border-color: #AE56A6;
}
.TagClassName
{
border-color: #AE56A6;
}
</style>