Shades of Violet Blue #AE4D99
Tints of Violet Blue #AE4D99
RGB
CMYK
RGB Variations
Color information
#AE4D99 (or 0xAE4D99) is known color: Violet Blue. HEX triplet: AE, 4D and 99. RGB value is (174,77,153). Sum of RGB (Red+Green+Blue) = 174+77+153=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 77 (30.47% from 255 or 19.06% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE4D99 is #51B266. Grayscale: #727272. Windows color (decimal): -5354087 or 10046894. OLE color: 10046894.
HSL color Cylindrical-coordinate representation of color #AE4D99: hue angle of 312.99º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AE4D99 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 77 | 153 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.32 |
| HSL | 312.99º | 0.39% | 0.49% | - |
| HSV(B) | 312.99º | 0.56% | 0.68% | - |
| XYZ | 25.86 | 16.61 | 31.98 | - |
| YUV | 114.67 | 149.64 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 77 | 153 | 0 | 0.56 | 0.12 | 0.32 | 312.99 | 0.39 | 0.49 |
| Hex | AE | 4D | 99 | 0 | 38 | C | 20 | 139 | 27 | 31 |
| Octal | 256 | 115 | 231 | 0 | 70 | 14 | 40 | 471 | 47 | 61 |
| Binary | 10101110 | 1001101 | 10011001 | 0 | 111000 | 1100 | 100000 | 100111001 | 100111 | 110001 |
Color Harmonies of #AE4D99
Complementary color
Monochromatic Colors of #AE4D99
Black with #AE4D99
Text Example
Text Example
White with #AE4D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4D99; }
p { color: rgb(174,77,153); }
H1.HeaderClassName
{
color: #AE4D99;
}
.AnyTagClassName
{
color: #AE4D99;
}
</style>
background-color css
<style>
a { background-color: #AE4D99; }
a { background-color: rgb(174,77,153); }
div.DivClassName
{
background-color: #AE4D99;
}
.BgClassName
{
background-color: #AE4D99;
}
</style>
border-color css
<style>
span { border-color: #AE4D99; }
span { border-color: rgb(174,77,153); }
td.TdClassName
{
border-color: #AE4D99;
}
.TagClassName
{
border-color: #AE4D99;
}
</style>