Shades of London Hue #AA93A3
Tints of London Hue #AA93A3
RGB
CMYK
RGB Variations
Color information
#AA93A3 (or 0xAA93A3) is known color: London Hue. HEX triplet: AA, 93 and A3. RGB value is (170,147,163). Sum of RGB (Red+Green+Blue) = 170+147+163=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 163 (64.06% from 255 or 33.96% from 480); Max value from RGB is 170 - color contains mainly: red. Hex color #AA93A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA93A3 is #556C5C. Grayscale: #9B9B9B. Windows color (decimal): -5598301 or 10720170. OLE color: 10720170.
HSL color Cylindrical-coordinate representation of color #AA93A3: hue angle of 318.26º 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 #AA93A3 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 163 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.33 |
| HSL | 318.26º | 0.12% | 0.62% | - |
| HSV(B) | 318.26º | 0.14% | 0.67% | - |
| XYZ | 33.62 | 32.06 | 39.07 | - |
| YUV | 155.7 | 132.12 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 163 | 0 | 0.14 | 0.04 | 0.33 | 318.26 | 0.12 | 0.62 |
| Hex | AA | 93 | A3 | 0 | E | 4 | 21 | 13E | C | 3E |
| Octal | 252 | 223 | 243 | 0 | 16 | 4 | 41 | 476 | 14 | 76 |
| Binary | 10101010 | 10010011 | 10100011 | 0 | 1110 | 100 | 100001 | 100111110 | 1100 | 111110 |
Color Harmonies of #AA93A3
Complementary color
Monochromatic Colors of #AA93A3
Black with #AA93A3
Text Example
Text Example
White with #AA93A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA93A3; }
p { color: rgb(170,147,163); }
H1.HeaderClassName
{
color: #AA93A3;
}
.AnyTagClassName
{
color: #AA93A3;
}
</style>
background-color css
<style>
a { background-color: #AA93A3; }
a { background-color: rgb(170,147,163); }
div.DivClassName
{
background-color: #AA93A3;
}
.BgClassName
{
background-color: #AA93A3;
}
</style>
border-color css
<style>
span { border-color: #AA93A3; }
span { border-color: rgb(170,147,163); }
td.TdClassName
{
border-color: #AA93A3;
}
.TagClassName
{
border-color: #AA93A3;
}
</style>