Shades of London Hue #AE7DB2
Tints of London Hue #AE7DB2
RGB
CMYK
RGB Variations
Color information
#AE7DB2 (or 0xAE7DB2) is known color: London Hue. HEX triplet: AE, 7D and B2. RGB value is (174,125,178). Sum of RGB (Red+Green+Blue) = 174+125+178=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 178 (69.92% from 255 or 37.32% from 477); Max value from RGB is 178 - color contains mainly: blue. Hex color #AE7DB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7DB2 is #51824D. Grayscale: #919191. Windows color (decimal): -5341774 or 11697582. OLE color: 11697582.
HSL color Cylindrical-coordinate representation of color #AE7DB2: hue angle of 295.47º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE7DB2 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 174 | 125 | 178 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.30 |
| HSL | 295.47º | 0.26% | 0.59% | - |
| HSV(B) | 295.47º | 0.3% | 0.7% | - |
| XYZ | 32.83 | 26.88 | 45.58 | - |
| YUV | 145.69 | 146.23 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 125 | 178 | 0.02 | 0.30 | 0 | 0.30 | 295.47 | 0.26 | 0.59 |
| Hex | AE | 7D | B2 | 2 | 1E | 0 | 1E | 127 | 1A | 3B |
| Octal | 256 | 175 | 262 | 2 | 36 | 0 | 36 | 447 | 32 | 73 |
| Binary | 10101110 | 1111101 | 10110010 | 10 | 11110 | 0 | 11110 | 100100111 | 11010 | 111011 |
Color Harmonies of #AE7DB2
Complementary color
Monochromatic Colors of #AE7DB2
Black with #AE7DB2
Text Example
Text Example
White with #AE7DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7DB2; }
p { color: rgb(174,125,178); }
H1.HeaderClassName
{
color: #AE7DB2;
}
.AnyTagClassName
{
color: #AE7DB2;
}
</style>
background-color css
<style>
a { background-color: #AE7DB2; }
a { background-color: rgb(174,125,178); }
div.DivClassName
{
background-color: #AE7DB2;
}
.BgClassName
{
background-color: #AE7DB2;
}
</style>
border-color css
<style>
span { border-color: #AE7DB2; }
span { border-color: rgb(174,125,178); }
td.TdClassName
{
border-color: #AE7DB2;
}
.TagClassName
{
border-color: #AE7DB2;
}
</style>