Shades of London Hue #A991A4
Tints of London Hue #A991A4
RGB
CMYK
RGB Variations
Color information
#A991A4 (or 0xA991A4) is known color: London Hue. HEX triplet: A9, 91 and A4. RGB value is (169,145,164). Sum of RGB (Red+Green+Blue) = 169+145+164=478 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.36% from 478); Green value is 145 (57.03% from 255 or 30.33% from 478); Blue value is 164 (64.45% from 255 or 34.31% from 478); Max value from RGB is 169 - color contains mainly: red. Hex color #A991A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A991A4 is #566E5B. Grayscale: #9A9A9A. Windows color (decimal): -5664348 or 10785193. OLE color: 10785193.
HSL color Cylindrical-coordinate representation of color #A991A4: hue angle of 312.5º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A991A4 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 145 | 164 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.34 |
| HSL | 312.5º | 0.12% | 0.62% | - |
| HSV(B) | 312.5º | 0.14% | 0.66% | - |
| XYZ | 33.19 | 31.37 | 39.43 | - |
| YUV | 154.34 | 133.45 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 145 | 164 | 0 | 0.14 | 0.03 | 0.34 | 312.5 | 0.12 | 0.62 |
| Hex | A9 | 91 | A4 | 0 | E | 3 | 22 | 138 | C | 3E |
| Octal | 251 | 221 | 244 | 0 | 16 | 3 | 42 | 470 | 14 | 76 |
| Binary | 10101001 | 10010001 | 10100100 | 0 | 1110 | 11 | 100010 | 100111000 | 1100 | 111110 |
Color Harmonies of #A991A4
Complementary color
Monochromatic Colors of #A991A4
Black with #A991A4
Text Example
Text Example
White with #A991A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A991A4; }
p { color: rgb(169,145,164); }
H1.HeaderClassName
{
color: #A991A4;
}
.AnyTagClassName
{
color: #A991A4;
}
</style>
background-color css
<style>
a { background-color: #A991A4; }
a { background-color: rgb(169,145,164); }
div.DivClassName
{
background-color: #A991A4;
}
.BgClassName
{
background-color: #A991A4;
}
</style>
border-color css
<style>
span { border-color: #A991A4; }
span { border-color: rgb(169,145,164); }
td.TdClassName
{
border-color: #A991A4;
}
.TagClassName
{
border-color: #A991A4;
}
</style>