Shades of London Hue #A980AD
Tints of London Hue #A980AD
RGB
CMYK
RGB Variations
Color information
#A980AD (or 0xA980AD) is known color: London Hue. HEX triplet: A9, 80 and AD. RGB value is (169,128,173). Sum of RGB (Red+Green+Blue) = 169+128+173=470 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.96% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 173 - color contains mainly: blue. Hex color #A980AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A980AD is #567F52. Grayscale: #919191. Windows color (decimal): -5668691 or 11370665. OLE color: 11370665.
HSL color Cylindrical-coordinate representation of color #A980AD: hue angle of 294.67º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A980AD is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 169 | 128 | 173 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.32 |
| HSL | 294.67º | 0.22% | 0.59% | - |
| HSV(B) | 294.67º | 0.26% | 0.68% | - |
| XYZ | 31.62 | 26.89 | 43.06 | - |
| YUV | 145.39 | 143.58 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 128 | 173 | 0.02 | 0.26 | 0 | 0.32 | 294.67 | 0.22 | 0.59 |
| Hex | A9 | 80 | AD | 2 | 1A | 0 | 20 | 127 | 16 | 3B |
| Octal | 251 | 200 | 255 | 2 | 32 | 0 | 40 | 447 | 26 | 73 |
| Binary | 10101001 | 10000000 | 10101101 | 10 | 11010 | 0 | 100000 | 100100111 | 10110 | 111011 |
Color Harmonies of #A980AD
Complementary color
Monochromatic Colors of #A980AD
Black with #A980AD
Text Example
Text Example
White with #A980AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A980AD; }
p { color: rgb(169,128,173); }
H1.HeaderClassName
{
color: #A980AD;
}
.AnyTagClassName
{
color: #A980AD;
}
</style>
background-color css
<style>
a { background-color: #A980AD; }
a { background-color: rgb(169,128,173); }
div.DivClassName
{
background-color: #A980AD;
}
.BgClassName
{
background-color: #A980AD;
}
</style>
border-color css
<style>
span { border-color: #A980AD; }
span { border-color: rgb(169,128,173); }
td.TdClassName
{
border-color: #A980AD;
}
.TagClassName
{
border-color: #A980AD;
}
</style>