Shades of London Hue #A891AA
Tints of London Hue #A891AA
RGB
CMYK
RGB Variations
Color information
#A891AA (or 0xA891AA) is known color: London Hue. HEX triplet: A8, 91 and AA. RGB value is (168,145,170). Sum of RGB (Red+Green+Blue) = 168+145+170=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 170 - color contains mainly: blue. Hex color #A891AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A891AA is #576E55. Grayscale: #9A9A9A. Windows color (decimal): -5729878 or 11178408. OLE color: 11178408.
HSL color Cylindrical-coordinate representation of color #A891AA: hue angle of 295.2º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A891AA is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 145 | 170 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.33 |
| HSL | 295.2º | 0.13% | 0.62% | - |
| HSV(B) | 295.2º | 0.15% | 0.67% | - |
| XYZ | 33.53 | 31.48 | 42.34 | - |
| YUV | 154.73 | 136.62 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 145 | 170 | 0.01 | 0.15 | 0 | 0.33 | 295.2 | 0.13 | 0.62 |
| Hex | A8 | 91 | AA | 1 | F | 0 | 21 | 127 | D | 3E |
| Octal | 250 | 221 | 252 | 1 | 17 | 0 | 41 | 447 | 15 | 76 |
| Binary | 10101000 | 10010001 | 10101010 | 1 | 1111 | 0 | 100001 | 100100111 | 1101 | 111110 |
Color Harmonies of #A891AA
Complementary color
Monochromatic Colors of #A891AA
Black with #A891AA
Text Example
Text Example
White with #A891AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A891AA; }
p { color: rgb(168,145,170); }
H1.HeaderClassName
{
color: #A891AA;
}
.AnyTagClassName
{
color: #A891AA;
}
</style>
background-color css
<style>
a { background-color: #A891AA; }
a { background-color: rgb(168,145,170); }
div.DivClassName
{
background-color: #A891AA;
}
.BgClassName
{
background-color: #A891AA;
}
</style>
border-color css
<style>
span { border-color: #A891AA; }
span { border-color: rgb(168,145,170); }
td.TdClassName
{
border-color: #A891AA;
}
.TagClassName
{
border-color: #A891AA;
}
</style>