Shades of London Hue #A980AB
Tints of London Hue #A980AB
RGB
CMYK
RGB Variations
Color information
#A980AB (or 0xA980AB) is known color: London Hue. HEX triplet: A9, 80 and AB. RGB value is (169,128,171). Sum of RGB (Red+Green+Blue) = 169+128+171=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 171 - color contains mainly: blue. Hex color #A980AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A980AB is #567F54. Grayscale: #919191. Windows color (decimal): -5668693 or 11239593. OLE color: 11239593.
HSL color Cylindrical-coordinate representation of color #A980AB: hue angle of 297.21º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A980AB is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 128 | 171 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.33 |
| HSL | 297.21º | 0.2% | 0.59% | - |
| HSV(B) | 297.21º | 0.25% | 0.67% | - |
| XYZ | 31.43 | 26.81 | 42.05 | - |
| YUV | 145.16 | 142.58 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 128 | 171 | 0.01 | 0.25 | 0 | 0.33 | 297.21 | 0.2 | 0.59 |
| Hex | A9 | 80 | AB | 1 | 19 | 0 | 21 | 129 | 14 | 3B |
| Octal | 251 | 200 | 253 | 1 | 31 | 0 | 41 | 451 | 24 | 73 |
| Binary | 10101001 | 10000000 | 10101011 | 1 | 11001 | 0 | 100001 | 100101001 | 10100 | 111011 |
Color Harmonies of #A980AB
Complementary color
Monochromatic Colors of #A980AB
Black with #A980AB
Text Example
Text Example
White with #A980AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A980AB; }
p { color: rgb(169,128,171); }
H1.HeaderClassName
{
color: #A980AB;
}
.AnyTagClassName
{
color: #A980AB;
}
</style>
background-color css
<style>
a { background-color: #A980AB; }
a { background-color: rgb(169,128,171); }
div.DivClassName
{
background-color: #A980AB;
}
.BgClassName
{
background-color: #A980AB;
}
</style>
border-color css
<style>
span { border-color: #A980AB; }
span { border-color: rgb(169,128,171); }
td.TdClassName
{
border-color: #A980AB;
}
.TagClassName
{
border-color: #A980AB;
}
</style>