Shades of Violet Blue #AE5AAE
Tints of Violet Blue #AE5AAE
RGB
CMYK
RGB Variations
Color information
#AE5AAE (or 0xAE5AAE) is known color: Violet Blue. HEX triplet: AE, 5A and AE. RGB value is (174,90,174). Sum of RGB (Red+Green+Blue) = 174+90+174=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 90 (35.55% from 255 or 20.55% from 438); Blue value is 174 (68.36% from 255 or 39.73% from 438); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE5AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5AAE is #51A551. Grayscale: #7C7C7C. Windows color (decimal): -5350738 or 11426478. OLE color: 11426478.
HSL color Cylindrical-coordinate representation of color #AE5AAE: hue angle of 300º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AE5AAE is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 90 | 174 | - |
| CMYK | 0 | 0.48 | 0 | 0.32 |
| HSL | 300º | 0.34% | 0.52% | - |
| HSV(B) | 300º | 0.48% | 0.68% | - |
| XYZ | 28.75 | 19.37 | 42.27 | - |
| YUV | 124.69 | 155.83 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 90 | 174 | 0 | 0.48 | 0 | 0.32 | 300 | 0.34 | 0.52 |
| Hex | AE | 5A | AE | 0 | 30 | 0 | 20 | 12C | 22 | 34 |
| Octal | 256 | 132 | 256 | 0 | 60 | 0 | 40 | 454 | 42 | 64 |
| Binary | 10101110 | 1011010 | 10101110 | 0 | 110000 | 0 | 100000 | 100101100 | 100010 | 110100 |
Color Harmonies of #AE5AAE
Complementary color
Monochromatic Colors of #AE5AAE
Black with #AE5AAE
Text Example
Text Example
White with #AE5AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5AAE; }
p { color: rgb(174,90,174); }
H1.HeaderClassName
{
color: #AE5AAE;
}
.AnyTagClassName
{
color: #AE5AAE;
}
</style>
background-color css
<style>
a { background-color: #AE5AAE; }
a { background-color: rgb(174,90,174); }
div.DivClassName
{
background-color: #AE5AAE;
}
.BgClassName
{
background-color: #AE5AAE;
}
</style>
border-color css
<style>
span { border-color: #AE5AAE; }
span { border-color: rgb(174,90,174); }
td.TdClassName
{
border-color: #AE5AAE;
}
.TagClassName
{
border-color: #AE5AAE;
}
</style>