Shades of London Hue #AA7DAB
Tints of London Hue #AA7DAB
RGB
CMYK
RGB Variations
Color information
#AA7DAB (or 0xAA7DAB) is known color: London Hue. HEX triplet: AA, 7D and AB. RGB value is (170,125,171). Sum of RGB (Red+Green+Blue) = 170+125+171=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 125 (49.22% from 255 or 26.82% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA7DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7DAB is #558254. Grayscale: #8F8F8F. Windows color (decimal): -5603925 or 11238826. OLE color: 11238826.
HSL color Cylindrical-coordinate representation of color #AA7DAB: hue angle of 298.7º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AA7DAB is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 125 | 171 | - |
CMYK | 0.01 | 0.27 | 0 | 0.33 |
HSL | 298.7º | 0.21% | 0.58% | - |
HSV(B) | 298.7º | 0.27% | 0.67% | - |
XYZ | 31.26 | 26.15 | 41.93 | - |
YUV | 143.7 | 143.41 | 146.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 125 | 171 | 0.01 | 0.27 | 0 | 0.33 | 298.7 | 0.21 | 0.58 |
Hex | AA | 7D | AB | 1 | 1B | 0 | 21 | 12B | 15 | 3A |
Octal | 252 | 175 | 253 | 1 | 33 | 0 | 41 | 453 | 25 | 72 |
Binary | 10101010 | 1111101 | 10101011 | 1 | 11011 | 0 | 100001 | 100101011 | 10101 | 111010 |
Color Harmonies of #AA7DAB
Complementary color
Monochromatic Colors of #AA7DAB
Black with #AA7DAB
Text Example
Text Example
White with #AA7DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7DAB; }
p { color: rgb(170,125,171); }
H1.HeaderClassName
{
color: #AA7DAB;
}
.AnyTagClassName
{
color: #AA7DAB;
}
</style>
background-color css
<style>
a { background-color: #AA7DAB; }
a { background-color: rgb(170,125,171); }
div.DivClassName
{
background-color: #AA7DAB;
}
.BgClassName
{
background-color: #AA7DAB;
}
</style>
border-color css
<style>
span { border-color: #AA7DAB; }
span { border-color: rgb(170,125,171); }
td.TdClassName
{
border-color: #AA7DAB;
}
.TagClassName
{
border-color: #AA7DAB;
}
</style>