Shades of Violet Blue #AE5DAA
Tints of Violet Blue #AE5DAA
RGB
CMYK
RGB Variations
Color information
#AE5DAA (or 0xAE5DAA) is known color: Violet Blue. HEX triplet: AE, 5D and AA. RGB value is (174,93,170). Sum of RGB (Red+Green+Blue) = 174+93+170=437 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.82% from 437); Green value is 93 (36.72% from 255 or 21.28% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5DAA is #51A255. Grayscale: #7D7D7D. Windows color (decimal): -5349974 or 11165102. OLE color: 11165102.
HSL color Cylindrical-coordinate representation of color #AE5DAA: hue angle of 302.96º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE5DAA is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 93 | 170 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.32 |
| HSL | 302.96º | 0.33% | 0.52% | - |
| HSV(B) | 302.96º | 0.47% | 0.68% | - |
| XYZ | 28.63 | 19.73 | 40.33 | - |
| YUV | 126 | 152.84 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 93 | 170 | 0 | 0.47 | 0.02 | 0.32 | 302.96 | 0.33 | 0.52 |
| Hex | AE | 5D | AA | 0 | 2F | 2 | 20 | 12F | 21 | 34 |
| Octal | 256 | 135 | 252 | 0 | 57 | 2 | 40 | 457 | 41 | 64 |
| Binary | 10101110 | 1011101 | 10101010 | 0 | 101111 | 10 | 100000 | 100101111 | 100001 | 110100 |
Color Harmonies of #AE5DAA
Complementary color
Monochromatic Colors of #AE5DAA
Black with #AE5DAA
Text Example
Text Example
White with #AE5DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5DAA; }
p { color: rgb(174,93,170); }
H1.HeaderClassName
{
color: #AE5DAA;
}
.AnyTagClassName
{
color: #AE5DAA;
}
</style>
background-color css
<style>
a { background-color: #AE5DAA; }
a { background-color: rgb(174,93,170); }
div.DivClassName
{
background-color: #AE5DAA;
}
.BgClassName
{
background-color: #AE5DAA;
}
</style>
border-color css
<style>
span { border-color: #AE5DAA; }
span { border-color: rgb(174,93,170); }
td.TdClassName
{
border-color: #AE5DAA;
}
.TagClassName
{
border-color: #AE5DAA;
}
</style>