Shades of London Hue #AA93A4
Tints of London Hue #AA93A4
RGB
CMYK
RGB Variations
Color information
#AA93A4 (or 0xAA93A4) is known color: London Hue. HEX triplet: AA, 93 and A4. RGB value is (170,147,164). Sum of RGB (Red+Green+Blue) = 170+147+164=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 164 (64.45% from 255 or 34.10% from 481); Max value from RGB is 170 - color contains mainly: red. Hex color #AA93A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA93A4 is #556C5B. Grayscale: #9B9B9B. Windows color (decimal): -5598300 or 10785706. OLE color: 10785706.
HSL color Cylindrical-coordinate representation of color #AA93A4: hue angle of 315.65º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AA93A4 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 164 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.33 |
| HSL | 315.65º | 0.12% | 0.62% | - |
| HSV(B) | 315.65º | 0.14% | 0.67% | - |
| XYZ | 33.71 | 32.09 | 39.54 | - |
| YUV | 155.82 | 132.62 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 164 | 0 | 0.14 | 0.04 | 0.33 | 315.65 | 0.12 | 0.62 |
| Hex | AA | 93 | A4 | 0 | E | 4 | 21 | 13C | C | 3E |
| Octal | 252 | 223 | 244 | 0 | 16 | 4 | 41 | 474 | 14 | 76 |
| Binary | 10101010 | 10010011 | 10100100 | 0 | 1110 | 100 | 100001 | 100111100 | 1100 | 111110 |
Color Harmonies of #AA93A4
Complementary color
Monochromatic Colors of #AA93A4
Black with #AA93A4
Text Example
Text Example
White with #AA93A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA93A4; }
p { color: rgb(170,147,164); }
H1.HeaderClassName
{
color: #AA93A4;
}
.AnyTagClassName
{
color: #AA93A4;
}
</style>
background-color css
<style>
a { background-color: #AA93A4; }
a { background-color: rgb(170,147,164); }
div.DivClassName
{
background-color: #AA93A4;
}
.BgClassName
{
background-color: #AA93A4;
}
</style>
border-color css
<style>
span { border-color: #AA93A4; }
span { border-color: rgb(170,147,164); }
td.TdClassName
{
border-color: #AA93A4;
}
.TagClassName
{
border-color: #AA93A4;
}
</style>