Shades of London Hue #A985AD
Tints of London Hue #A985AD
RGB
CMYK
RGB Variations
Color information
#A985AD (or 0xA985AD) is known color: London Hue. HEX triplet: A9, 85 and AD. RGB value is (169,133,173). Sum of RGB (Red+Green+Blue) = 169+133+173=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 133 (52.34% from 255 or 28% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 173 - color contains mainly: blue. Hex color #A985AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A985AD is #567A52. Grayscale: #949494. Windows color (decimal): -5667411 or 11371945. OLE color: 11371945.
HSL color Cylindrical-coordinate representation of color #A985AD: hue angle of 294º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A985AD is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 169 | 133 | 173 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.32 |
| HSL | 294º | 0.2% | 0.6% | - |
| HSV(B) | 294º | 0.23% | 0.68% | - |
| XYZ | 32.29 | 28.23 | 43.28 | - |
| YUV | 148.32 | 141.93 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 133 | 173 | 0.02 | 0.23 | 0 | 0.32 | 294 | 0.2 | 0.6 |
| Hex | A9 | 85 | AD | 2 | 17 | 0 | 20 | 126 | 14 | 3C |
| Octal | 251 | 205 | 255 | 2 | 27 | 0 | 40 | 446 | 24 | 74 |
| Binary | 10101001 | 10000101 | 10101101 | 10 | 10111 | 0 | 100000 | 100100110 | 10100 | 111100 |
Color Harmonies of #A985AD
Complementary color
Monochromatic Colors of #A985AD
Black with #A985AD
Text Example
Text Example
White with #A985AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A985AD; }
p { color: rgb(169,133,173); }
H1.HeaderClassName
{
color: #A985AD;
}
.AnyTagClassName
{
color: #A985AD;
}
</style>
background-color css
<style>
a { background-color: #A985AD; }
a { background-color: rgb(169,133,173); }
div.DivClassName
{
background-color: #A985AD;
}
.BgClassName
{
background-color: #A985AD;
}
</style>
border-color css
<style>
span { border-color: #A985AD; }
span { border-color: rgb(169,133,173); }
td.TdClassName
{
border-color: #A985AD;
}
.TagClassName
{
border-color: #A985AD;
}
</style>