Shades of Violet Blue #AE4E98
Tints of Violet Blue #AE4E98
RGB
CMYK
RGB Variations
Color information
#AE4E98 (or 0xAE4E98) is known color: Violet Blue. HEX triplet: AE, 4E and 98. RGB value is (174,78,152). Sum of RGB (Red+Green+Blue) = 174+78+152=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 78 (30.86% from 255 or 19.31% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4E98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE4E98 is #51B167. Grayscale: #727272. Windows color (decimal): -5353832 or 9981614. OLE color: 9981614.
HSL color Cylindrical-coordinate representation of color #AE4E98: hue angle of 313.75º 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 #AE4E98 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 78 | 152 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.32 |
| HSL | 313.75º | 0.38% | 0.49% | - |
| HSV(B) | 313.75º | 0.55% | 0.68% | - |
| XYZ | 25.85 | 16.71 | 31.57 | - |
| YUV | 115.14 | 148.8 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 78 | 152 | 0 | 0.55 | 0.13 | 0.32 | 313.75 | 0.38 | 0.49 |
| Hex | AE | 4E | 98 | 0 | 37 | D | 20 | 13A | 26 | 31 |
| Octal | 256 | 116 | 230 | 0 | 67 | 15 | 40 | 472 | 46 | 61 |
| Binary | 10101110 | 1001110 | 10011000 | 0 | 110111 | 1101 | 100000 | 100111010 | 100110 | 110001 |
Color Harmonies of #AE4E98
Complementary color
Monochromatic Colors of #AE4E98
Black with #AE4E98
Text Example
Text Example
White with #AE4E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4E98; }
p { color: rgb(174,78,152); }
H1.HeaderClassName
{
color: #AE4E98;
}
.AnyTagClassName
{
color: #AE4E98;
}
</style>
background-color css
<style>
a { background-color: #AE4E98; }
a { background-color: rgb(174,78,152); }
div.DivClassName
{
background-color: #AE4E98;
}
.BgClassName
{
background-color: #AE4E98;
}
</style>
border-color css
<style>
span { border-color: #AE4E98; }
span { border-color: rgb(174,78,152); }
td.TdClassName
{
border-color: #AE4E98;
}
.TagClassName
{
border-color: #AE4E98;
}
</style>