Shades of Violet Blue #AE53A0
Tints of Violet Blue #AE53A0
RGB
CMYK
RGB Variations
Color information
#AE53A0 (or 0xAE53A0) is known color: Violet Blue. HEX triplet: AE, 53 and A0. RGB value is (174,83,160). Sum of RGB (Red+Green+Blue) = 174+83+160=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 83 (32.81% from 255 or 19.90% from 417); Blue value is 160 (62.89% from 255 or 38.37% from 417); Max value from RGB is 174 - color contains mainly: red. Hex color #AE53A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE53A0 is #51AC5F. Grayscale: #767676. Windows color (decimal): -5352544 or 10507182. OLE color: 10507182.
HSL color Cylindrical-coordinate representation of color #AE53A0: hue angle of 309.23º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE53A0 is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 83 | 160 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.32 |
| HSL | 309.23º | 0.36% | 0.5% | - |
| HSV(B) | 309.23º | 0.52% | 0.68% | - |
| XYZ | 26.89 | 17.72 | 35.26 | - |
| YUV | 118.99 | 151.15 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 83 | 160 | 0 | 0.52 | 0.08 | 0.32 | 309.23 | 0.36 | 0.5 |
| Hex | AE | 53 | A0 | 0 | 34 | 8 | 20 | 135 | 24 | 32 |
| Octal | 256 | 123 | 240 | 0 | 64 | 10 | 40 | 465 | 44 | 62 |
| Binary | 10101110 | 1010011 | 10100000 | 0 | 110100 | 1000 | 100000 | 100110101 | 100100 | 110010 |
Color Harmonies of #AE53A0
Complementary color
Monochromatic Colors of #AE53A0
Black with #AE53A0
Text Example
Text Example
White with #AE53A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE53A0; }
p { color: rgb(174,83,160); }
H1.HeaderClassName
{
color: #AE53A0;
}
.AnyTagClassName
{
color: #AE53A0;
}
</style>
background-color css
<style>
a { background-color: #AE53A0; }
a { background-color: rgb(174,83,160); }
div.DivClassName
{
background-color: #AE53A0;
}
.BgClassName
{
background-color: #AE53A0;
}
</style>
border-color css
<style>
span { border-color: #AE53A0; }
span { border-color: rgb(174,83,160); }
td.TdClassName
{
border-color: #AE53A0;
}
.TagClassName
{
border-color: #AE53A0;
}
</style>