Shades of Violet Blue #AE5E9A
Tints of Violet Blue #AE5E9A
RGB
CMYK
RGB Variations
Color information
#AE5E9A (or 0xAE5E9A) is known color: Violet Blue. HEX triplet: AE, 5E and 9A. RGB value is (174,94,154). Sum of RGB (Red+Green+Blue) = 174+94+154=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 94 (37.11% from 255 or 22.27% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5E9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5E9A is #51A165. Grayscale: #7C7C7C. Windows color (decimal): -5349734 or 10116782. OLE color: 10116782.
HSL color Cylindrical-coordinate representation of color #AE5E9A: hue angle of 315º 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 #AE5E9A is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 94 | 154 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.32 |
| HSL | 315º | 0.33% | 0.53% | - |
| HSV(B) | 315º | 0.46% | 0.68% | - |
| XYZ | 27.29 | 19.34 | 32.87 | - |
| YUV | 124.76 | 144.5 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 94 | 154 | 0 | 0.46 | 0.11 | 0.32 | 315 | 0.33 | 0.53 |
| Hex | AE | 5E | 9A | 0 | 2E | B | 20 | 13B | 21 | 35 |
| Octal | 256 | 136 | 232 | 0 | 56 | 13 | 40 | 473 | 41 | 65 |
| Binary | 10101110 | 1011110 | 10011010 | 0 | 101110 | 1011 | 100000 | 100111011 | 100001 | 110101 |
Color Harmonies of #AE5E9A
Complementary color
Monochromatic Colors of #AE5E9A
Black with #AE5E9A
Text Example
Text Example
White with #AE5E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5E9A; }
p { color: rgb(174,94,154); }
H1.HeaderClassName
{
color: #AE5E9A;
}
.AnyTagClassName
{
color: #AE5E9A;
}
</style>
background-color css
<style>
a { background-color: #AE5E9A; }
a { background-color: rgb(174,94,154); }
div.DivClassName
{
background-color: #AE5E9A;
}
.BgClassName
{
background-color: #AE5E9A;
}
</style>
border-color css
<style>
span { border-color: #AE5E9A; }
span { border-color: rgb(174,94,154); }
td.TdClassName
{
border-color: #AE5E9A;
}
.TagClassName
{
border-color: #AE5E9A;
}
</style>