Shades of London Hue #A995AA
Tints of London Hue #A995AA
RGB
CMYK
RGB Variations
Color information
#A995AA (or 0xA995AA) is known color: London Hue. HEX triplet: A9, 95 and AA. RGB value is (169,149,170). Sum of RGB (Red+Green+Blue) = 169+149+170=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 170 - color contains mainly: blue. Hex color #A995AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A995AA is #566A55. Grayscale: #9D9D9D. Windows color (decimal): -5663318 or 11179433. OLE color: 11179433.
HSL color Cylindrical-coordinate representation of color #A995AA: hue angle of 297.14º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A995AA is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 149 | 170 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.33 |
| HSL | 297.14º | 0.11% | 0.63% | - |
| HSV(B) | 297.14º | 0.12% | 0.67% | - |
| XYZ | 34.37 | 32.83 | 42.56 | - |
| YUV | 157.37 | 135.13 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 149 | 170 | 0.01 | 0.12 | 0 | 0.33 | 297.14 | 0.11 | 0.63 |
| Hex | A9 | 95 | AA | 1 | C | 0 | 21 | 129 | B | 3F |
| Octal | 251 | 225 | 252 | 1 | 14 | 0 | 41 | 451 | 13 | 77 |
| Binary | 10101001 | 10010101 | 10101010 | 1 | 1100 | 0 | 100001 | 100101001 | 1011 | 111111 |
Color Harmonies of #A995AA
Complementary color
Monochromatic Colors of #A995AA
Black with #A995AA
Text Example
Text Example
White with #A995AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A995AA; }
p { color: rgb(169,149,170); }
H1.HeaderClassName
{
color: #A995AA;
}
.AnyTagClassName
{
color: #A995AA;
}
</style>
background-color css
<style>
a { background-color: #A995AA; }
a { background-color: rgb(169,149,170); }
div.DivClassName
{
background-color: #A995AA;
}
.BgClassName
{
background-color: #A995AA;
}
</style>
border-color css
<style>
span { border-color: #A995AA; }
span { border-color: rgb(169,149,170); }
td.TdClassName
{
border-color: #A995AA;
}
.TagClassName
{
border-color: #A995AA;
}
</style>