Shades of Violet Blue #AE4AAB
Tints of Violet Blue #AE4AAB
RGB
CMYK
RGB Variations
Color information
#AE4AAB (or 0xAE4AAB) is known color: Violet Blue. HEX triplet: AE, 4A and AB. RGB value is (174,74,171). Sum of RGB (Red+Green+Blue) = 174+74+171=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 74 (29.30% from 255 or 17.66% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4AAB is #51B554. Grayscale: #727272. Windows color (decimal): -5354837 or 11225774. OLE color: 11225774.
HSL color Cylindrical-coordinate representation of color #AE4AAB: hue angle of 301.8º 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 #AE4AAB is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 74 | 171 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.32 |
| HSL | 301.8º | 0.4% | 0.49% | - |
| HSV(B) | 301.8º | 0.57% | 0.68% | - |
| XYZ | 27.26 | 16.84 | 40.34 | - |
| YUV | 114.96 | 159.63 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 74 | 171 | 0 | 0.57 | 0.02 | 0.32 | 301.8 | 0.4 | 0.49 |
| Hex | AE | 4A | AB | 0 | 39 | 2 | 20 | 12E | 28 | 31 |
| Octal | 256 | 112 | 253 | 0 | 71 | 2 | 40 | 456 | 50 | 61 |
| Binary | 10101110 | 1001010 | 10101011 | 0 | 111001 | 10 | 100000 | 100101110 | 101000 | 110001 |
Color Harmonies of #AE4AAB
Complementary color
Monochromatic Colors of #AE4AAB
Black with #AE4AAB
Text Example
Text Example
White with #AE4AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4AAB; }
p { color: rgb(174,74,171); }
H1.HeaderClassName
{
color: #AE4AAB;
}
.AnyTagClassName
{
color: #AE4AAB;
}
</style>
background-color css
<style>
a { background-color: #AE4AAB; }
a { background-color: rgb(174,74,171); }
div.DivClassName
{
background-color: #AE4AAB;
}
.BgClassName
{
background-color: #AE4AAB;
}
</style>
border-color css
<style>
span { border-color: #AE4AAB; }
span { border-color: rgb(174,74,171); }
td.TdClassName
{
border-color: #AE4AAB;
}
.TagClassName
{
border-color: #AE4AAB;
}
</style>