Shades of London Hue #A995A9
Tints of London Hue #A995A9
RGB
CMYK
RGB Variations
Color information
#A995A9 (or 0xA995A9) is known color: London Hue. HEX triplet: A9, 95 and A9. RGB value is (169,149,169). Sum of RGB (Red+Green+Blue) = 169+149+169=487 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.70% from 487); Green value is 149 (58.59% from 255 or 30.60% from 487); Blue value is 169 (66.41% from 255 or 34.70% from 487); Max value from RGB is 169 - color contains mainly: red, blue. Hex color #A995A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A995A9 is #566A56. Grayscale: #9D9D9D. Windows color (decimal): -5663319 or 11113897. OLE color: 11113897.
HSL color Cylindrical-coordinate representation of color #A995A9: hue angle of 300º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A995A9 is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 149 | 169 | - |
| CMYK | 0 | 0.12 | 0 | 0.34 |
| HSL | 300º | 0.1% | 0.62% | - |
| HSV(B) | 300º | 0.12% | 0.66% | - |
| XYZ | 34.27 | 32.79 | 42.06 | - |
| YUV | 157.26 | 134.63 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 149 | 169 | 0 | 0.12 | 0 | 0.34 | 300 | 0.1 | 0.62 |
| Hex | A9 | 95 | A9 | 0 | C | 0 | 22 | 12C | A | 3E |
| Octal | 251 | 225 | 251 | 0 | 14 | 0 | 42 | 454 | 12 | 76 |
| Binary | 10101001 | 10010101 | 10101001 | 0 | 1100 | 0 | 100010 | 100101100 | 1010 | 111110 |
Color Harmonies of #A995A9
Complementary color
Monochromatic Colors of #A995A9
Black with #A995A9
Text Example
Text Example
White with #A995A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A995A9; }
p { color: rgb(169,149,169); }
H1.HeaderClassName
{
color: #A995A9;
}
.AnyTagClassName
{
color: #A995A9;
}
</style>
background-color css
<style>
a { background-color: #A995A9; }
a { background-color: rgb(169,149,169); }
div.DivClassName
{
background-color: #A995A9;
}
.BgClassName
{
background-color: #A995A9;
}
</style>
border-color css
<style>
span { border-color: #A995A9; }
span { border-color: rgb(169,149,169); }
td.TdClassName
{
border-color: #A995A9;
}
.TagClassName
{
border-color: #A995A9;
}
</style>