Shades of Violet Blue #AE73AC
Tints of Violet Blue #AE73AC
RGB
CMYK
RGB Variations
Color information
#AE73AC (or 0xAE73AC) is known color: Violet Blue. HEX triplet: AE, 73 and AC. RGB value is (174,115,172). Sum of RGB (Red+Green+Blue) = 174+115+172=461 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.74% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 174 - color contains mainly: red. Hex color #AE73AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE73AC is #518C53. Grayscale: #8A8A8A. Windows color (decimal): -5344340 or 11301806. OLE color: 11301806.
HSL color Cylindrical-coordinate representation of color #AE73AC: hue angle of 302.03º 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 #AE73AC is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 115 | 172 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.32 |
| HSL | 302.03º | 0.27% | 0.57% | - |
| HSV(B) | 302.03º | 0.34% | 0.68% | - |
| XYZ | 31.03 | 24.24 | 42.07 | - |
| YUV | 139.14 | 146.55 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 115 | 172 | 0 | 0.34 | 0.01 | 0.32 | 302.03 | 0.27 | 0.57 |
| Hex | AE | 73 | AC | 0 | 22 | 1 | 20 | 12E | 1B | 39 |
| Octal | 256 | 163 | 254 | 0 | 42 | 1 | 40 | 456 | 33 | 71 |
| Binary | 10101110 | 1110011 | 10101100 | 0 | 100010 | 1 | 100000 | 100101110 | 11011 | 111001 |
Color Harmonies of #AE73AC
Complementary color
Monochromatic Colors of #AE73AC
Black with #AE73AC
Text Example
Text Example
White with #AE73AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE73AC; }
p { color: rgb(174,115,172); }
H1.HeaderClassName
{
color: #AE73AC;
}
.AnyTagClassName
{
color: #AE73AC;
}
</style>
background-color css
<style>
a { background-color: #AE73AC; }
a { background-color: rgb(174,115,172); }
div.DivClassName
{
background-color: #AE73AC;
}
.BgClassName
{
background-color: #AE73AC;
}
</style>
border-color css
<style>
span { border-color: #AE73AC; }
span { border-color: rgb(174,115,172); }
td.TdClassName
{
border-color: #AE73AC;
}
.TagClassName
{
border-color: #AE73AC;
}
</style>