Shades of Violet Blue #AE56A5
Tints of Violet Blue #AE56A5
RGB
CMYK
RGB Variations
Color information
#AE56A5 (or 0xAE56A5) is known color: Violet Blue. HEX triplet: AE, 56 and A5. RGB value is (174,86,165). Sum of RGB (Red+Green+Blue) = 174+86+165=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 86 (33.98% from 255 or 20.24% from 425); Blue value is 165 (64.84% from 255 or 38.82% from 425); Max value from RGB is 174 - color contains mainly: red. Hex color #AE56A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE56A5 is #51A95A. Grayscale: #797979. Windows color (decimal): -5351771 or 10835630. OLE color: 10835630.
HSL color Cylindrical-coordinate representation of color #AE56A5: hue angle of 306.14º 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 #AE56A5 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 86 | 165 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.32 |
| HSL | 306.14º | 0.35% | 0.51% | - |
| HSV(B) | 306.14º | 0.51% | 0.68% | - |
| XYZ | 27.57 | 18.37 | 37.69 | - |
| YUV | 121.32 | 152.65 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 86 | 165 | 0 | 0.51 | 0.05 | 0.32 | 306.14 | 0.35 | 0.51 |
| Hex | AE | 56 | A5 | 0 | 33 | 5 | 20 | 132 | 23 | 33 |
| Octal | 256 | 126 | 245 | 0 | 63 | 5 | 40 | 462 | 43 | 63 |
| Binary | 10101110 | 1010110 | 10100101 | 0 | 110011 | 101 | 100000 | 100110010 | 100011 | 110011 |
Color Harmonies of #AE56A5
Complementary color
Monochromatic Colors of #AE56A5
Black with #AE56A5
Text Example
Text Example
White with #AE56A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE56A5; }
p { color: rgb(174,86,165); }
H1.HeaderClassName
{
color: #AE56A5;
}
.AnyTagClassName
{
color: #AE56A5;
}
</style>
background-color css
<style>
a { background-color: #AE56A5; }
a { background-color: rgb(174,86,165); }
div.DivClassName
{
background-color: #AE56A5;
}
.BgClassName
{
background-color: #AE56A5;
}
</style>
border-color css
<style>
span { border-color: #AE56A5; }
span { border-color: rgb(174,86,165); }
td.TdClassName
{
border-color: #AE56A5;
}
.TagClassName
{
border-color: #AE56A5;
}
</style>