Shades of London Hue #A891AC
Tints of London Hue #A891AC
RGB
CMYK
RGB Variations
Color information
#A891AC (or 0xA891AC) is known color: London Hue. HEX triplet: A8, 91 and AC. RGB value is (168,145,172). Sum of RGB (Red+Green+Blue) = 168+145+172=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 145 (57.03% from 255 or 29.90% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 172 - color contains mainly: blue. Hex color #A891AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A891AC is #576E53. Grayscale: #9A9A9A. Windows color (decimal): -5729876 or 11309480. OLE color: 11309480.
HSL color Cylindrical-coordinate representation of color #A891AC: hue angle of 291.11º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A891AC is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 145 | 172 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.33 |
| HSL | 291.11º | 0.14% | 0.62% | - |
| HSV(B) | 291.11º | 0.16% | 0.67% | - |
| XYZ | 33.72 | 31.55 | 43.34 | - |
| YUV | 154.96 | 137.62 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 145 | 172 | 0.02 | 0.16 | 0 | 0.33 | 291.11 | 0.14 | 0.62 |
| Hex | A8 | 91 | AC | 2 | 10 | 0 | 21 | 123 | E | 3E |
| Octal | 250 | 221 | 254 | 2 | 20 | 0 | 41 | 443 | 16 | 76 |
| Binary | 10101000 | 10010001 | 10101100 | 10 | 10000 | 0 | 100001 | 100100011 | 1110 | 111110 |
Color Harmonies of #A891AC
Complementary color
Monochromatic Colors of #A891AC
Black with #A891AC
Text Example
Text Example
White with #A891AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A891AC; }
p { color: rgb(168,145,172); }
H1.HeaderClassName
{
color: #A891AC;
}
.AnyTagClassName
{
color: #A891AC;
}
</style>
background-color css
<style>
a { background-color: #A891AC; }
a { background-color: rgb(168,145,172); }
div.DivClassName
{
background-color: #A891AC;
}
.BgClassName
{
background-color: #A891AC;
}
</style>
border-color css
<style>
span { border-color: #A891AC; }
span { border-color: rgb(168,145,172); }
td.TdClassName
{
border-color: #A891AC;
}
.TagClassName
{
border-color: #A891AC;
}
</style>