Shades of Violet Blue #AE5E9E
Tints of Violet Blue #AE5E9E
RGB
CMYK
RGB Variations
Color information
#AE5E9E (or 0xAE5E9E) is known color: Violet Blue. HEX triplet: AE, 5E and 9E. RGB value is (174,94,158). Sum of RGB (Red+Green+Blue) = 174+94+158=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 94 (37.11% from 255 or 22.07% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5E9E is #51A161. Grayscale: #7D7D7D. Windows color (decimal): -5349730 or 10378926. OLE color: 10378926.
HSL color Cylindrical-coordinate representation of color #AE5E9E: hue angle of 312º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AE5E9E is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 94 | 158 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.32 |
| HSL | 312º | 0.33% | 0.53% | - |
| HSV(B) | 312º | 0.46% | 0.68% | - |
| XYZ | 27.63 | 19.47 | 34.65 | - |
| YUV | 125.22 | 146.5 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 94 | 158 | 0 | 0.46 | 0.09 | 0.32 | 312 | 0.33 | 0.53 |
| Hex | AE | 5E | 9E | 0 | 2E | 9 | 20 | 138 | 21 | 35 |
| Octal | 256 | 136 | 236 | 0 | 56 | 11 | 40 | 470 | 41 | 65 |
| Binary | 10101110 | 1011110 | 10011110 | 0 | 101110 | 1001 | 100000 | 100111000 | 100001 | 110101 |
Color Harmonies of #AE5E9E
Complementary color
Monochromatic Colors of #AE5E9E
Black with #AE5E9E
Text Example
Text Example
White with #AE5E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5E9E; }
p { color: rgb(174,94,158); }
H1.HeaderClassName
{
color: #AE5E9E;
}
.AnyTagClassName
{
color: #AE5E9E;
}
</style>
background-color css
<style>
a { background-color: #AE5E9E; }
a { background-color: rgb(174,94,158); }
div.DivClassName
{
background-color: #AE5E9E;
}
.BgClassName
{
background-color: #AE5E9E;
}
</style>
border-color css
<style>
span { border-color: #AE5E9E; }
span { border-color: rgb(174,94,158); }
td.TdClassName
{
border-color: #AE5E9E;
}
.TagClassName
{
border-color: #AE5E9E;
}
</style>