Shades of London Hue #A895AA
Tints of London Hue #A895AA
RGB
CMYK
RGB Variations
Color information
#A895AA (or 0xA895AA) is known color: London Hue. HEX triplet: A8, 95 and AA. RGB value is (168,149,170). Sum of RGB (Red+Green+Blue) = 168+149+170=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 149 (58.59% from 255 or 30.60% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 170 - color contains mainly: blue. Hex color #A895AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A895AA is #576A55. Grayscale: #9D9D9D. Windows color (decimal): -5728854 or 11179432. OLE color: 11179432.
HSL color Cylindrical-coordinate representation of color #A895AA: hue angle of 294.29º 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 #A895AA is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 149 | 170 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.33 |
| HSL | 294.29º | 0.11% | 0.63% | - |
| HSV(B) | 294.29º | 0.12% | 0.67% | - |
| XYZ | 34.15 | 32.72 | 42.55 | - |
| YUV | 157.08 | 135.29 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 149 | 170 | 0.01 | 0.12 | 0 | 0.33 | 294.29 | 0.11 | 0.63 |
| Hex | A8 | 95 | AA | 1 | C | 0 | 21 | 126 | B | 3F |
| Octal | 250 | 225 | 252 | 1 | 14 | 0 | 41 | 446 | 13 | 77 |
| Binary | 10101000 | 10010101 | 10101010 | 1 | 1100 | 0 | 100001 | 100100110 | 1011 | 111111 |
Color Harmonies of #A895AA
Complementary color
Monochromatic Colors of #A895AA
Black with #A895AA
Text Example
Text Example
White with #A895AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A895AA; }
p { color: rgb(168,149,170); }
H1.HeaderClassName
{
color: #A895AA;
}
.AnyTagClassName
{
color: #A895AA;
}
</style>
background-color css
<style>
a { background-color: #A895AA; }
a { background-color: rgb(168,149,170); }
div.DivClassName
{
background-color: #A895AA;
}
.BgClassName
{
background-color: #A895AA;
}
</style>
border-color css
<style>
span { border-color: #A895AA; }
span { border-color: rgb(168,149,170); }
td.TdClassName
{
border-color: #A895AA;
}
.TagClassName
{
border-color: #A895AA;
}
</style>