Shades of Violet Blue #AE73A8
Tints of Violet Blue #AE73A8
RGB
CMYK
RGB Variations
Color information
#AE73A8 (or 0xAE73A8) is known color: Violet Blue. HEX triplet: AE, 73 and A8. RGB value is (174,115,168). Sum of RGB (Red+Green+Blue) = 174+115+168=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 115 (45.31% from 255 or 25.16% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 174 - color contains mainly: red. Hex color #AE73A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE73A8 is #518C57. Grayscale: #8A8A8A. Windows color (decimal): -5344344 or 11039662. OLE color: 11039662.
HSL color Cylindrical-coordinate representation of color #AE73A8: hue angle of 306.1º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE73A8 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 115 | 168 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.32 |
| HSL | 306.1º | 0.27% | 0.57% | - |
| HSV(B) | 306.1º | 0.34% | 0.68% | - |
| XYZ | 30.65 | 24.09 | 40.08 | - |
| YUV | 138.68 | 144.55 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 115 | 168 | 0 | 0.34 | 0.03 | 0.32 | 306.1 | 0.27 | 0.57 |
| Hex | AE | 73 | A8 | 0 | 22 | 3 | 20 | 132 | 1B | 39 |
| Octal | 256 | 163 | 250 | 0 | 42 | 3 | 40 | 462 | 33 | 71 |
| Binary | 10101110 | 1110011 | 10101000 | 0 | 100010 | 11 | 100000 | 100110010 | 11011 | 111001 |
Color Harmonies of #AE73A8
Complementary color
Monochromatic Colors of #AE73A8
Black with #AE73A8
Text Example
Text Example
White with #AE73A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE73A8; }
p { color: rgb(174,115,168); }
H1.HeaderClassName
{
color: #AE73A8;
}
.AnyTagClassName
{
color: #AE73A8;
}
</style>
background-color css
<style>
a { background-color: #AE73A8; }
a { background-color: rgb(174,115,168); }
div.DivClassName
{
background-color: #AE73A8;
}
.BgClassName
{
background-color: #AE73A8;
}
</style>
border-color css
<style>
span { border-color: #AE73A8; }
span { border-color: rgb(174,115,168); }
td.TdClassName
{
border-color: #AE73A8;
}
.TagClassName
{
border-color: #AE73A8;
}
</style>