Shades of London Hue #A98CAD
Tints of London Hue #A98CAD
RGB
CMYK
RGB Variations
Color information
#A98CAD (or 0xA98CAD) is known color: London Hue. HEX triplet: A9, 8C and AD. RGB value is (169,140,173). Sum of RGB (Red+Green+Blue) = 169+140+173=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 173 - color contains mainly: blue. Hex color #A98CAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98CAD is #567352. Grayscale: #989898. Windows color (decimal): -5665619 or 11373737. OLE color: 11373737.
HSL color Cylindrical-coordinate representation of color #A98CAD: hue angle of 292.73º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A98CAD is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 169 | 140 | 173 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.32 |
| HSL | 292.73º | 0.17% | 0.61% | - |
| HSV(B) | 292.73º | 0.19% | 0.68% | - |
| XYZ | 33.28 | 30.21 | 43.61 | - |
| YUV | 152.43 | 139.61 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 140 | 173 | 0.02 | 0.19 | 0 | 0.32 | 292.73 | 0.17 | 0.61 |
| Hex | A9 | 8C | AD | 2 | 13 | 0 | 20 | 125 | 11 | 3D |
| Octal | 251 | 214 | 255 | 2 | 23 | 0 | 40 | 445 | 21 | 75 |
| Binary | 10101001 | 10001100 | 10101101 | 10 | 10011 | 0 | 100000 | 100100101 | 10001 | 111101 |
Color Harmonies of #A98CAD
Complementary color
Monochromatic Colors of #A98CAD
Black with #A98CAD
Text Example
Text Example
White with #A98CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98CAD; }
p { color: rgb(169,140,173); }
H1.HeaderClassName
{
color: #A98CAD;
}
.AnyTagClassName
{
color: #A98CAD;
}
</style>
background-color css
<style>
a { background-color: #A98CAD; }
a { background-color: rgb(169,140,173); }
div.DivClassName
{
background-color: #A98CAD;
}
.BgClassName
{
background-color: #A98CAD;
}
</style>
border-color css
<style>
span { border-color: #A98CAD; }
span { border-color: rgb(169,140,173); }
td.TdClassName
{
border-color: #A98CAD;
}
.TagClassName
{
border-color: #A98CAD;
}
</style>