Shades of Violet Blue #AE4A9A
Tints of Violet Blue #AE4A9A
RGB
CMYK
RGB Variations
Color information
#AE4A9A (or 0xAE4A9A) is known color: Violet Blue. HEX triplet: AE, 4A and 9A. RGB value is (174,74,154). Sum of RGB (Red+Green+Blue) = 174+74+154=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 74 (29.30% from 255 or 18.41% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4A9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4A9A is #51B565. Grayscale: #707070. Windows color (decimal): -5354854 or 10111662. OLE color: 10111662.
HSL color Cylindrical-coordinate representation of color #AE4A9A: hue angle of 312º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE4A9A is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 74 | 154 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.32 |
| HSL | 312º | 0.4% | 0.49% | - |
| HSV(B) | 312º | 0.57% | 0.68% | - |
| XYZ | 25.74 | 16.23 | 32.35 | - |
| YUV | 113.02 | 151.13 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 74 | 154 | 0 | 0.57 | 0.11 | 0.32 | 312 | 0.4 | 0.49 |
| Hex | AE | 4A | 9A | 0 | 39 | B | 20 | 138 | 28 | 31 |
| Octal | 256 | 112 | 232 | 0 | 71 | 13 | 40 | 470 | 50 | 61 |
| Binary | 10101110 | 1001010 | 10011010 | 0 | 111001 | 1011 | 100000 | 100111000 | 101000 | 110001 |
Color Harmonies of #AE4A9A
Complementary color
Monochromatic Colors of #AE4A9A
Black with #AE4A9A
Text Example
Text Example
White with #AE4A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4A9A; }
p { color: rgb(174,74,154); }
H1.HeaderClassName
{
color: #AE4A9A;
}
.AnyTagClassName
{
color: #AE4A9A;
}
</style>
background-color css
<style>
a { background-color: #AE4A9A; }
a { background-color: rgb(174,74,154); }
div.DivClassName
{
background-color: #AE4A9A;
}
.BgClassName
{
background-color: #AE4A9A;
}
</style>
border-color css
<style>
span { border-color: #AE4A9A; }
span { border-color: rgb(174,74,154); }
td.TdClassName
{
border-color: #AE4A9A;
}
.TagClassName
{
border-color: #AE4A9A;
}
</style>