Shades of Violet Blue #AE57A6
Tints of Violet Blue #AE57A6
RGB
CMYK
RGB Variations
Color information
#AE57A6 (or 0xAE57A6) is known color: Violet Blue. HEX triplet: AE, 57 and A6. RGB value is (174,87,166). Sum of RGB (Red+Green+Blue) = 174+87+166=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 87 (34.38% from 255 or 20.37% from 427); Blue value is 166 (65.23% from 255 or 38.88% from 427); Max value from RGB is 174 - color contains mainly: red. Hex color #AE57A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE57A6 is #51A859. Grayscale: #797979. Windows color (decimal): -5351514 or 10901422. OLE color: 10901422.
HSL color Cylindrical-coordinate representation of color #AE57A6: hue angle of 305.52º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AE57A6 is Cyan = 0, Magento = 0.5, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 87 | 166 | - |
| CMYK | 0 | 0.5 | 0.05 | 0.32 |
| HSL | 305.52º | 0.35% | 0.51% | - |
| HSV(B) | 305.52º | 0.5% | 0.68% | - |
| XYZ | 27.75 | 18.57 | 38.2 | - |
| YUV | 122.02 | 152.82 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 87 | 166 | 0 | 0.5 | 0.05 | 0.32 | 305.52 | 0.35 | 0.51 |
| Hex | AE | 57 | A6 | 0 | 32 | 5 | 20 | 132 | 23 | 33 |
| Octal | 256 | 127 | 246 | 0 | 62 | 5 | 40 | 462 | 43 | 63 |
| Binary | 10101110 | 1010111 | 10100110 | 0 | 110010 | 101 | 100000 | 100110010 | 100011 | 110011 |
Color Harmonies of #AE57A6
Complementary color
Monochromatic Colors of #AE57A6
Black with #AE57A6
Text Example
Text Example
White with #AE57A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE57A6; }
p { color: rgb(174,87,166); }
H1.HeaderClassName
{
color: #AE57A6;
}
.AnyTagClassName
{
color: #AE57A6;
}
</style>
background-color css
<style>
a { background-color: #AE57A6; }
a { background-color: rgb(174,87,166); }
div.DivClassName
{
background-color: #AE57A6;
}
.BgClassName
{
background-color: #AE57A6;
}
</style>
border-color css
<style>
span { border-color: #AE57A6; }
span { border-color: rgb(174,87,166); }
td.TdClassName
{
border-color: #AE57A6;
}
.TagClassName
{
border-color: #AE57A6;
}
</style>