Shades of Violet Blue #AE4E9A
Tints of Violet Blue #AE4E9A
RGB
CMYK
RGB Variations
Color information
#AE4E9A (or 0xAE4E9A) is known color: Violet Blue. HEX triplet: AE, 4E and 9A. RGB value is (174,78,154). Sum of RGB (Red+Green+Blue) = 174+78+154=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 78 (30.86% from 255 or 19.21% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4E9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE4E9A is #51B165. Grayscale: #737373. Windows color (decimal): -5353830 or 10112686. OLE color: 10112686.
HSL color Cylindrical-coordinate representation of color #AE4E9A: hue angle of 312.5º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AE4E9A is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 78 | 154 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.32 |
| HSL | 312.5º | 0.38% | 0.49% | - |
| HSV(B) | 312.5º | 0.55% | 0.68% | - |
| XYZ | 26.01 | 16.78 | 32.44 | - |
| YUV | 115.37 | 149.8 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 78 | 154 | 0 | 0.55 | 0.11 | 0.32 | 312.5 | 0.38 | 0.49 |
| Hex | AE | 4E | 9A | 0 | 37 | B | 20 | 138 | 26 | 31 |
| Octal | 256 | 116 | 232 | 0 | 67 | 13 | 40 | 470 | 46 | 61 |
| Binary | 10101110 | 1001110 | 10011010 | 0 | 110111 | 1011 | 100000 | 100111000 | 100110 | 110001 |
Color Harmonies of #AE4E9A
Complementary color
Monochromatic Colors of #AE4E9A
Black with #AE4E9A
Text Example
Text Example
White with #AE4E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4E9A; }
p { color: rgb(174,78,154); }
H1.HeaderClassName
{
color: #AE4E9A;
}
.AnyTagClassName
{
color: #AE4E9A;
}
</style>
background-color css
<style>
a { background-color: #AE4E9A; }
a { background-color: rgb(174,78,154); }
div.DivClassName
{
background-color: #AE4E9A;
}
.BgClassName
{
background-color: #AE4E9A;
}
</style>
border-color css
<style>
span { border-color: #AE4E9A; }
span { border-color: rgb(174,78,154); }
td.TdClassName
{
border-color: #AE4E9A;
}
.TagClassName
{
border-color: #AE4E9A;
}
</style>