Shades of London Hue #A885AB
Tints of London Hue #A885AB
RGB
CMYK
RGB Variations
Color information
#A885AB (or 0xA885AB) is known color: London Hue. HEX triplet: A8, 85 and AB. RGB value is (168,133,171). Sum of RGB (Red+Green+Blue) = 168+133+171=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 171 - color contains mainly: blue. Hex color #A885AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A885AB is #577A54. Grayscale: #939393. Windows color (decimal): -5732949 or 11240872. OLE color: 11240872.
HSL color Cylindrical-coordinate representation of color #A885AB: hue angle of 295.26º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A885AB is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 133 | 171 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.33 |
| HSL | 295.26º | 0.18% | 0.6% | - |
| HSV(B) | 295.26º | 0.22% | 0.67% | - |
| XYZ | 31.89 | 28.04 | 42.26 | - |
| YUV | 147.8 | 141.1 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 133 | 171 | 0.02 | 0.22 | 0 | 0.33 | 295.26 | 0.18 | 0.6 |
| Hex | A8 | 85 | AB | 2 | 16 | 0 | 21 | 127 | 12 | 3C |
| Octal | 250 | 205 | 253 | 2 | 26 | 0 | 41 | 447 | 22 | 74 |
| Binary | 10101000 | 10000101 | 10101011 | 10 | 10110 | 0 | 100001 | 100100111 | 10010 | 111100 |
Color Harmonies of #A885AB
Complementary color
Monochromatic Colors of #A885AB
Black with #A885AB
Text Example
Text Example
White with #A885AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A885AB; }
p { color: rgb(168,133,171); }
H1.HeaderClassName
{
color: #A885AB;
}
.AnyTagClassName
{
color: #A885AB;
}
</style>
background-color css
<style>
a { background-color: #A885AB; }
a { background-color: rgb(168,133,171); }
div.DivClassName
{
background-color: #A885AB;
}
.BgClassName
{
background-color: #A885AB;
}
</style>
border-color css
<style>
span { border-color: #A885AB; }
span { border-color: rgb(168,133,171); }
td.TdClassName
{
border-color: #A885AB;
}
.TagClassName
{
border-color: #A885AB;
}
</style>