Shades of London Hue #A589A1
Tints of London Hue #A589A1
RGB
CMYK
RGB Variations
Color information
#A589A1 (or 0xA589A1) is known color: London Hue. HEX triplet: A5, 89 and A1. RGB value is (165,137,161). Sum of RGB (Red+Green+Blue) = 165+137+161=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 137 (53.91% from 255 or 29.59% from 463); Blue value is 161 (63.28% from 255 or 34.77% from 463); Max value from RGB is 165 - color contains mainly: red. Hex color #A589A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A589A1 is #5A765E. Grayscale: #949494. Windows color (decimal): -5928543 or 10586533. OLE color: 10586533.
HSL color Cylindrical-coordinate representation of color #A589A1: hue angle of 308.57º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A589A1 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 137 | 161 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.35 |
| HSL | 308.57º | 0.13% | 0.59% | - |
| HSV(B) | 308.57º | 0.17% | 0.65% | - |
| XYZ | 30.9 | 28.46 | 37.58 | - |
| YUV | 148.11 | 135.28 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 137 | 161 | 0 | 0.17 | 0.02 | 0.35 | 308.57 | 0.13 | 0.59 |
| Hex | A5 | 89 | A1 | 0 | 11 | 2 | 23 | 135 | D | 3B |
| Octal | 245 | 211 | 241 | 0 | 21 | 2 | 43 | 465 | 15 | 73 |
| Binary | 10100101 | 10001001 | 10100001 | 0 | 10001 | 10 | 100011 | 100110101 | 1101 | 111011 |
Color Harmonies of #A589A1
Complementary color
Monochromatic Colors of #A589A1
Black with #A589A1
Text Example
Text Example
White with #A589A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A589A1; }
p { color: rgb(165,137,161); }
H1.HeaderClassName
{
color: #A589A1;
}
.AnyTagClassName
{
color: #A589A1;
}
</style>
background-color css
<style>
a { background-color: #A589A1; }
a { background-color: rgb(165,137,161); }
div.DivClassName
{
background-color: #A589A1;
}
.BgClassName
{
background-color: #A589A1;
}
</style>
border-color css
<style>
span { border-color: #A589A1; }
span { border-color: rgb(165,137,161); }
td.TdClassName
{
border-color: #A589A1;
}
.TagClassName
{
border-color: #A589A1;
}
</style>