Shades of London Hue #A984AA
Tints of London Hue #A984AA
RGB
CMYK
RGB Variations
Color information
#A984AA (or 0xA984AA) is known color: London Hue. HEX triplet: A9, 84 and AA. RGB value is (169,132,170). Sum of RGB (Red+Green+Blue) = 169+132+170=471 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.88% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 170 - color contains mainly: blue. Hex color #A984AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A984AA is #567B55. Grayscale: #939393. Windows color (decimal): -5667670 or 11175081. OLE color: 11175081.
HSL color Cylindrical-coordinate representation of color #A984AA: hue angle of 298.42º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A984AA is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 132 | 170 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.33 |
| HSL | 298.42º | 0.18% | 0.59% | - |
| HSV(B) | 298.42º | 0.22% | 0.67% | - |
| XYZ | 31.87 | 27.84 | 41.72 | - |
| YUV | 147.4 | 140.76 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 132 | 170 | 0.01 | 0.22 | 0 | 0.33 | 298.42 | 0.18 | 0.59 |
| Hex | A9 | 84 | AA | 1 | 16 | 0 | 21 | 12A | 12 | 3B |
| Octal | 251 | 204 | 252 | 1 | 26 | 0 | 41 | 452 | 22 | 73 |
| Binary | 10101001 | 10000100 | 10101010 | 1 | 10110 | 0 | 100001 | 100101010 | 10010 | 111011 |
Color Harmonies of #A984AA
Complementary color
Monochromatic Colors of #A984AA
Black with #A984AA
Text Example
Text Example
White with #A984AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A984AA; }
p { color: rgb(169,132,170); }
H1.HeaderClassName
{
color: #A984AA;
}
.AnyTagClassName
{
color: #A984AA;
}
</style>
background-color css
<style>
a { background-color: #A984AA; }
a { background-color: rgb(169,132,170); }
div.DivClassName
{
background-color: #A984AA;
}
.BgClassName
{
background-color: #A984AA;
}
</style>
border-color css
<style>
span { border-color: #A984AA; }
span { border-color: rgb(169,132,170); }
td.TdClassName
{
border-color: #A984AA;
}
.TagClassName
{
border-color: #A984AA;
}
</style>