Shades of London Hue #A994AD
Tints of London Hue #A994AD
RGB
CMYK
RGB Variations
Color information
#A994AD (or 0xA994AD) is known color: London Hue. HEX triplet: A9, 94 and AD. RGB value is (169,148,173). Sum of RGB (Red+Green+Blue) = 169+148+173=490 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.49% from 490); Green value is 148 (58.20% from 255 or 30.20% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 173 - color contains mainly: blue. Hex color #A994AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A994AD is #566B52. Grayscale: #9D9D9D. Windows color (decimal): -5663571 or 11375785. OLE color: 11375785.
HSL color Cylindrical-coordinate representation of color #A994AD: hue angle of 290.4º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A994AD is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 169 | 148 | 173 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.32 |
| HSL | 290.4º | 0.13% | 0.63% | - |
| HSV(B) | 290.4º | 0.14% | 0.68% | - |
| XYZ | 34.49 | 32.63 | 44.02 | - |
| YUV | 157.13 | 136.96 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 148 | 173 | 0.02 | 0.14 | 0 | 0.32 | 290.4 | 0.13 | 0.63 |
| Hex | A9 | 94 | AD | 2 | E | 0 | 20 | 122 | D | 3F |
| Octal | 251 | 224 | 255 | 2 | 16 | 0 | 40 | 442 | 15 | 77 |
| Binary | 10101001 | 10010100 | 10101101 | 10 | 1110 | 0 | 100000 | 100100010 | 1101 | 111111 |
Color Harmonies of #A994AD
Complementary color
Monochromatic Colors of #A994AD
Black with #A994AD
Text Example
Text Example
White with #A994AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A994AD; }
p { color: rgb(169,148,173); }
H1.HeaderClassName
{
color: #A994AD;
}
.AnyTagClassName
{
color: #A994AD;
}
</style>
background-color css
<style>
a { background-color: #A994AD; }
a { background-color: rgb(169,148,173); }
div.DivClassName
{
background-color: #A994AD;
}
.BgClassName
{
background-color: #A994AD;
}
</style>
border-color css
<style>
span { border-color: #A994AD; }
span { border-color: rgb(169,148,173); }
td.TdClassName
{
border-color: #A994AD;
}
.TagClassName
{
border-color: #A994AD;
}
</style>