Shades of Violet Blue #AE57A7
Tints of Violet Blue #AE57A7
RGB
CMYK
RGB Variations
Color information
#AE57A7 (or 0xAE57A7) is known color: Violet Blue. HEX triplet: AE, 57 and A7. RGB value is (174,87,167). Sum of RGB (Red+Green+Blue) = 174+87+167=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 87 (34.38% from 255 or 20.33% from 428); Blue value is 167 (65.62% from 255 or 39.02% from 428); Max value from RGB is 174 - color contains mainly: red. Hex color #AE57A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE57A7 is #51A858. Grayscale: #797979. Windows color (decimal): -5351513 or 10966958. OLE color: 10966958.
HSL color Cylindrical-coordinate representation of color #AE57A7: hue angle of 304.83º 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 #AE57A7 is Cyan = 0, Magento = 0.5, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 87 | 167 | - |
| CMYK | 0 | 0.5 | 0.04 | 0.32 |
| HSL | 304.83º | 0.35% | 0.51% | - |
| HSV(B) | 304.83º | 0.5% | 0.68% | - |
| XYZ | 27.84 | 18.61 | 38.68 | - |
| YUV | 122.13 | 153.32 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 87 | 167 | 0 | 0.5 | 0.04 | 0.32 | 304.83 | 0.35 | 0.51 |
| Hex | AE | 57 | A7 | 0 | 32 | 4 | 20 | 131 | 23 | 33 |
| Octal | 256 | 127 | 247 | 0 | 62 | 4 | 40 | 461 | 43 | 63 |
| Binary | 10101110 | 1010111 | 10100111 | 0 | 110010 | 100 | 100000 | 100110001 | 100011 | 110011 |
Color Harmonies of #AE57A7
Complementary color
Monochromatic Colors of #AE57A7
Black with #AE57A7
Text Example
Text Example
White with #AE57A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE57A7; }
p { color: rgb(174,87,167); }
H1.HeaderClassName
{
color: #AE57A7;
}
.AnyTagClassName
{
color: #AE57A7;
}
</style>
background-color css
<style>
a { background-color: #AE57A7; }
a { background-color: rgb(174,87,167); }
div.DivClassName
{
background-color: #AE57A7;
}
.BgClassName
{
background-color: #AE57A7;
}
</style>
border-color css
<style>
span { border-color: #AE57A7; }
span { border-color: rgb(174,87,167); }
td.TdClassName
{
border-color: #AE57A7;
}
.TagClassName
{
border-color: #AE57A7;
}
</style>