Shades of London Hue #A985A7
Tints of London Hue #A985A7
RGB
CMYK
RGB Variations
Color information
#A985A7 (or 0xA985A7) is known color: London Hue. HEX triplet: A9, 85 and A7. RGB value is (169,133,167). Sum of RGB (Red+Green+Blue) = 169+133+167=469 (62% of max value = 765). Red value is 169 (66.41% from 255 or 36.03% from 469); Green value is 133 (52.34% from 255 or 28.36% from 469); Blue value is 167 (65.62% from 255 or 35.61% from 469); Max value from RGB is 169 - color contains mainly: red. Hex color #A985A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A985A7 is #567A58. Grayscale: #939393. Windows color (decimal): -5667417 or 10978729. OLE color: 10978729.
HSL color Cylindrical-coordinate representation of color #A985A7: hue angle of 303.33º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A985A7 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 133 | 167 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.34 |
| HSL | 303.33º | 0.17% | 0.59% | - |
| HSV(B) | 303.33º | 0.21% | 0.66% | - |
| XYZ | 31.72 | 28 | 40.29 | - |
| YUV | 147.64 | 138.93 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 133 | 167 | 0 | 0.21 | 0.01 | 0.34 | 303.33 | 0.17 | 0.59 |
| Hex | A9 | 85 | A7 | 0 | 15 | 1 | 22 | 12F | 11 | 3B |
| Octal | 251 | 205 | 247 | 0 | 25 | 1 | 42 | 457 | 21 | 73 |
| Binary | 10101001 | 10000101 | 10100111 | 0 | 10101 | 1 | 100010 | 100101111 | 10001 | 111011 |
Color Harmonies of #A985A7
Complementary color
Monochromatic Colors of #A985A7
Black with #A985A7
Text Example
Text Example
White with #A985A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A985A7; }
p { color: rgb(169,133,167); }
H1.HeaderClassName
{
color: #A985A7;
}
.AnyTagClassName
{
color: #A985A7;
}
</style>
background-color css
<style>
a { background-color: #A985A7; }
a { background-color: rgb(169,133,167); }
div.DivClassName
{
background-color: #A985A7;
}
.BgClassName
{
background-color: #A985A7;
}
</style>
border-color css
<style>
span { border-color: #A985A7; }
span { border-color: rgb(169,133,167); }
td.TdClassName
{
border-color: #A985A7;
}
.TagClassName
{
border-color: #A985A7;
}
</style>