Shades of London Hue #A98AAB
Tints of London Hue #A98AAB
RGB
CMYK
RGB Variations
Color information
#A98AAB (or 0xA98AAB) is known color: London Hue. HEX triplet: A9, 8A and AB. RGB value is (169,138,171). Sum of RGB (Red+Green+Blue) = 169+138+171=478 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.36% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 171 - color contains mainly: blue. Hex color #A98AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98AAB is #567554. Grayscale: #969696. Windows color (decimal): -5666133 or 11242153. OLE color: 11242153.
HSL color Cylindrical-coordinate representation of color #A98AAB: hue angle of 296.36º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A98AAB is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 138 | 171 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.33 |
| HSL | 296.36º | 0.16% | 0.61% | - |
| HSV(B) | 296.36º | 0.19% | 0.67% | - |
| XYZ | 32.8 | 29.55 | 42.5 | - |
| YUV | 151.03 | 139.27 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 138 | 171 | 0.01 | 0.19 | 0 | 0.33 | 296.36 | 0.16 | 0.61 |
| Hex | A9 | 8A | AB | 1 | 13 | 0 | 21 | 128 | 10 | 3D |
| Octal | 251 | 212 | 253 | 1 | 23 | 0 | 41 | 450 | 20 | 75 |
| Binary | 10101001 | 10001010 | 10101011 | 1 | 10011 | 0 | 100001 | 100101000 | 10000 | 111101 |
Color Harmonies of #A98AAB
Complementary color
Monochromatic Colors of #A98AAB
Black with #A98AAB
Text Example
Text Example
White with #A98AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98AAB; }
p { color: rgb(169,138,171); }
H1.HeaderClassName
{
color: #A98AAB;
}
.AnyTagClassName
{
color: #A98AAB;
}
</style>
background-color css
<style>
a { background-color: #A98AAB; }
a { background-color: rgb(169,138,171); }
div.DivClassName
{
background-color: #A98AAB;
}
.BgClassName
{
background-color: #A98AAB;
}
</style>
border-color css
<style>
span { border-color: #A98AAB; }
span { border-color: rgb(169,138,171); }
td.TdClassName
{
border-color: #A98AAB;
}
.TagClassName
{
border-color: #A98AAB;
}
</style>