Shades of Violet Blue #AE4699
Tints of Violet Blue #AE4699
RGB
CMYK
RGB Variations
Color information
#AE4699 (or 0xAE4699) is known color: Violet Blue. HEX triplet: AE, 46 and 99. RGB value is (174,70,153). Sum of RGB (Red+Green+Blue) = 174+70+153=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 70 (27.73% from 255 or 17.63% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4699 is #51B966. Grayscale: #6E6E6E. Windows color (decimal): -5355879 or 10045102. OLE color: 10045102.
HSL color Cylindrical-coordinate representation of color #AE4699: hue angle of 312.12º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE4699 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 70 | 153 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.32 |
| HSL | 312.12º | 0.43% | 0.48% | - |
| HSV(B) | 312.12º | 0.6% | 0.68% | - |
| XYZ | 25.4 | 15.68 | 31.82 | - |
| YUV | 110.56 | 151.96 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 70 | 153 | 0 | 0.60 | 0.12 | 0.32 | 312.12 | 0.43 | 0.48 |
| Hex | AE | 46 | 99 | 0 | 3C | C | 20 | 138 | 2B | 30 |
| Octal | 256 | 106 | 231 | 0 | 74 | 14 | 40 | 470 | 53 | 60 |
| Binary | 10101110 | 1000110 | 10011001 | 0 | 111100 | 1100 | 100000 | 100111000 | 101011 | 110000 |
Color Harmonies of #AE4699
Complementary color
Monochromatic Colors of #AE4699
Black with #AE4699
Text Example
Text Example
White with #AE4699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4699; }
p { color: rgb(174,70,153); }
H1.HeaderClassName
{
color: #AE4699;
}
.AnyTagClassName
{
color: #AE4699;
}
</style>
background-color css
<style>
a { background-color: #AE4699; }
a { background-color: rgb(174,70,153); }
div.DivClassName
{
background-color: #AE4699;
}
.BgClassName
{
background-color: #AE4699;
}
</style>
border-color css
<style>
span { border-color: #AE4699; }
span { border-color: rgb(174,70,153); }
td.TdClassName
{
border-color: #AE4699;
}
.TagClassName
{
border-color: #AE4699;
}
</style>