Shades of London Hue #A98EAD
Tints of London Hue #A98EAD
RGB
CMYK
RGB Variations
Color information
#A98EAD (or 0xA98EAD) is known color: London Hue. HEX triplet: A9, 8E and AD. RGB value is (169,142,173). Sum of RGB (Red+Green+Blue) = 169+142+173=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 142 (55.86% from 255 or 29.34% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 173 - color contains mainly: blue. Hex color #A98EAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98EAD is #567152. Grayscale: #999999. Windows color (decimal): -5665107 or 11374249. OLE color: 11374249.
HSL color Cylindrical-coordinate representation of color #A98EAD: hue angle of 292.26º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A98EAD is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 169 | 142 | 173 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.32 |
| HSL | 292.26º | 0.16% | 0.62% | - |
| HSV(B) | 292.26º | 0.18% | 0.68% | - |
| XYZ | 33.58 | 30.8 | 43.71 | - |
| YUV | 153.61 | 138.95 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 142 | 173 | 0.02 | 0.18 | 0 | 0.32 | 292.26 | 0.16 | 0.62 |
| Hex | A9 | 8E | AD | 2 | 12 | 0 | 20 | 124 | 10 | 3E |
| Octal | 251 | 216 | 255 | 2 | 22 | 0 | 40 | 444 | 20 | 76 |
| Binary | 10101001 | 10001110 | 10101101 | 10 | 10010 | 0 | 100000 | 100100100 | 10000 | 111110 |
Color Harmonies of #A98EAD
Complementary color
Monochromatic Colors of #A98EAD
Black with #A98EAD
Text Example
Text Example
White with #A98EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98EAD; }
p { color: rgb(169,142,173); }
H1.HeaderClassName
{
color: #A98EAD;
}
.AnyTagClassName
{
color: #A98EAD;
}
</style>
background-color css
<style>
a { background-color: #A98EAD; }
a { background-color: rgb(169,142,173); }
div.DivClassName
{
background-color: #A98EAD;
}
.BgClassName
{
background-color: #A98EAD;
}
</style>
border-color css
<style>
span { border-color: #A98EAD; }
span { border-color: rgb(169,142,173); }
td.TdClassName
{
border-color: #A98EAD;
}
.TagClassName
{
border-color: #A98EAD;
}
</style>