Shades of London Hue #AA8FA5
Tints of London Hue #AA8FA5
RGB
CMYK
RGB Variations
Color information
#AA8FA5 (or 0xAA8FA5) is known color: London Hue. HEX triplet: AA, 8F and A5. RGB value is (170,143,165). Sum of RGB (Red+Green+Blue) = 170+143+165=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 165 (64.84% from 255 or 34.52% from 478); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8FA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8FA5 is #55705A. Grayscale: #999999. Windows color (decimal): -5599323 or 10850218. OLE color: 10850218.
HSL color Cylindrical-coordinate representation of color #AA8FA5: hue angle of 311.11º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AA8FA5 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 143 | 165 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.33 |
| HSL | 311.11º | 0.14% | 0.61% | - |
| HSV(B) | 311.11º | 0.16% | 0.67% | - |
| XYZ | 33.19 | 30.91 | 39.81 | - |
| YUV | 153.58 | 134.45 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 165 | 0 | 0.16 | 0.03 | 0.33 | 311.11 | 0.14 | 0.61 |
| Hex | AA | 8F | A5 | 0 | 10 | 3 | 21 | 137 | E | 3D |
| Octal | 252 | 217 | 245 | 0 | 20 | 3 | 41 | 467 | 16 | 75 |
| Binary | 10101010 | 10001111 | 10100101 | 0 | 10000 | 11 | 100001 | 100110111 | 1110 | 111101 |
Color Harmonies of #AA8FA5
Complementary color
Monochromatic Colors of #AA8FA5
Black with #AA8FA5
Text Example
Text Example
White with #AA8FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8FA5; }
p { color: rgb(170,143,165); }
H1.HeaderClassName
{
color: #AA8FA5;
}
.AnyTagClassName
{
color: #AA8FA5;
}
</style>
background-color css
<style>
a { background-color: #AA8FA5; }
a { background-color: rgb(170,143,165); }
div.DivClassName
{
background-color: #AA8FA5;
}
.BgClassName
{
background-color: #AA8FA5;
}
</style>
border-color css
<style>
span { border-color: #AA8FA5; }
span { border-color: rgb(170,143,165); }
td.TdClassName
{
border-color: #AA8FA5;
}
.TagClassName
{
border-color: #AA8FA5;
}
</style>