Shades of London Hue #A89FA7
Tints of London Hue #A89FA7
RGB
CMYK
RGB Variations
Color information
#A89FA7 (or 0xA89FA7) is known color: London Hue. HEX triplet: A8, 9F and A7. RGB value is (168,159,167). Sum of RGB (Red+Green+Blue) = 168+159+167=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 159 (62.5% from 255 or 32.19% from 494); Blue value is 167 (65.62% from 255 or 33.81% from 494); Max value from RGB is 168 - color contains mainly: red. Hex color #A89FA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89FA7 is #576058. Grayscale: #A2A2A2. Windows color (decimal): -5726297 or 10985384. OLE color: 10985384.
HSL color Cylindrical-coordinate representation of color #A89FA7: hue angle of 306.67º degrees, saturation: 0.05, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A89FA7 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 159 | 167 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.34 |
| HSL | 306.67º | 0.05% | 0.64% | - |
| HSV(B) | 306.67º | 0.05% | 0.66% | - |
| XYZ | 35.52 | 35.91 | 41.62 | - |
| YUV | 162.6 | 130.48 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 159 | 167 | 0 | 0.05 | 0.01 | 0.34 | 306.67 | 0.05 | 0.64 |
| Hex | A8 | 9F | A7 | 0 | 5 | 1 | 22 | 133 | 5 | 40 |
| Octal | 250 | 237 | 247 | 0 | 5 | 1 | 42 | 463 | 5 | 100 |
| Binary | 10101000 | 10011111 | 10100111 | 0 | 101 | 1 | 100010 | 100110011 | 101 | 1000000 |
Color Harmonies of #A89FA7
Complementary color
Monochromatic Colors of #A89FA7
Black with #A89FA7
Text Example
Text Example
White with #A89FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89FA7; }
p { color: rgb(168,159,167); }
H1.HeaderClassName
{
color: #A89FA7;
}
.AnyTagClassName
{
color: #A89FA7;
}
</style>
background-color css
<style>
a { background-color: #A89FA7; }
a { background-color: rgb(168,159,167); }
div.DivClassName
{
background-color: #A89FA7;
}
.BgClassName
{
background-color: #A89FA7;
}
</style>
border-color css
<style>
span { border-color: #A89FA7; }
span { border-color: rgb(168,159,167); }
td.TdClassName
{
border-color: #A89FA7;
}
.TagClassName
{
border-color: #A89FA7;
}
</style>