Shades of London Hue #A591A1
Tints of London Hue #A591A1
RGB
CMYK
RGB Variations
Color information
#A591A1 (or 0xA591A1) is known color: London Hue. HEX triplet: A5, 91 and A1. RGB value is (165,145,161). Sum of RGB (Red+Green+Blue) = 165+145+161=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 145 (57.03% from 255 or 30.79% from 471); Blue value is 161 (63.28% from 255 or 34.18% from 471); Max value from RGB is 165 - color contains mainly: red. Hex color #A591A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A591A1 is #5A6E5E. Grayscale: #989898. Windows color (decimal): -5926495 or 10588581. OLE color: 10588581.
HSL color Cylindrical-coordinate representation of color #A591A1: hue angle of 312º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A591A1 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 145 | 161 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.35 |
| HSL | 312º | 0.1% | 0.61% | - |
| HSV(B) | 312º | 0.12% | 0.65% | - |
| XYZ | 32.08 | 30.82 | 37.98 | - |
| YUV | 152.8 | 132.63 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 145 | 161 | 0 | 0.12 | 0.02 | 0.35 | 312 | 0.1 | 0.61 |
| Hex | A5 | 91 | A1 | 0 | C | 2 | 23 | 138 | A | 3D |
| Octal | 245 | 221 | 241 | 0 | 14 | 2 | 43 | 470 | 12 | 75 |
| Binary | 10100101 | 10010001 | 10100001 | 0 | 1100 | 10 | 100011 | 100111000 | 1010 | 111101 |
Color Harmonies of #A591A1
Complementary color
Monochromatic Colors of #A591A1
Black with #A591A1
Text Example
Text Example
White with #A591A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A591A1; }
p { color: rgb(165,145,161); }
H1.HeaderClassName
{
color: #A591A1;
}
.AnyTagClassName
{
color: #A591A1;
}
</style>
background-color css
<style>
a { background-color: #A591A1; }
a { background-color: rgb(165,145,161); }
div.DivClassName
{
background-color: #A591A1;
}
.BgClassName
{
background-color: #A591A1;
}
</style>
border-color css
<style>
span { border-color: #A591A1; }
span { border-color: rgb(165,145,161); }
td.TdClassName
{
border-color: #A591A1;
}
.TagClassName
{
border-color: #A591A1;
}
</style>