Shades of London Hue #A98BAC
Tints of London Hue #A98BAC
RGB
CMYK
RGB Variations
Color information
#A98BAC (or 0xA98BAC) is known color: London Hue. HEX triplet: A9, 8B and AC. RGB value is (169,139,172). Sum of RGB (Red+Green+Blue) = 169+139+172=480 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.21% from 480); Green value is 139 (54.69% from 255 or 28.96% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 172 - color contains mainly: blue. Hex color #A98BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98BAC is #567453. Grayscale: #979797. Windows color (decimal): -5665876 or 11307945. OLE color: 11307945.
HSL color Cylindrical-coordinate representation of color #A98BAC: hue angle of 294.55º degrees, saturation: 0.17, 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 #A98BAC is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 139 | 172 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.33 |
| HSL | 294.55º | 0.17% | 0.61% | - |
| HSV(B) | 294.55º | 0.19% | 0.67% | - |
| XYZ | 33.04 | 29.88 | 43.06 | - |
| YUV | 151.73 | 139.44 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 139 | 172 | 0.02 | 0.19 | 0 | 0.33 | 294.55 | 0.17 | 0.61 |
| Hex | A9 | 8B | AC | 2 | 13 | 0 | 21 | 127 | 11 | 3D |
| Octal | 251 | 213 | 254 | 2 | 23 | 0 | 41 | 447 | 21 | 75 |
| Binary | 10101001 | 10001011 | 10101100 | 10 | 10011 | 0 | 100001 | 100100111 | 10001 | 111101 |
Color Harmonies of #A98BAC
Complementary color
Monochromatic Colors of #A98BAC
Black with #A98BAC
Text Example
Text Example
White with #A98BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98BAC; }
p { color: rgb(169,139,172); }
H1.HeaderClassName
{
color: #A98BAC;
}
.AnyTagClassName
{
color: #A98BAC;
}
</style>
background-color css
<style>
a { background-color: #A98BAC; }
a { background-color: rgb(169,139,172); }
div.DivClassName
{
background-color: #A98BAC;
}
.BgClassName
{
background-color: #A98BAC;
}
</style>
border-color css
<style>
span { border-color: #A98BAC; }
span { border-color: rgb(169,139,172); }
td.TdClassName
{
border-color: #A98BAC;
}
.TagClassName
{
border-color: #A98BAC;
}
</style>