Shades of London Hue #A884AB
Tints of London Hue #A884AB
RGB
CMYK
RGB Variations
Color information
#A884AB (or 0xA884AB) is known color: London Hue. HEX triplet: A8, 84 and AB. RGB value is (168,132,171). Sum of RGB (Red+Green+Blue) = 168+132+171=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 171 - color contains mainly: blue. Hex color #A884AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A884AB is #577B54. Grayscale: #939393. Windows color (decimal): -5733205 or 11240616. OLE color: 11240616.
HSL color Cylindrical-coordinate representation of color #A884AB: hue angle of 295.38º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A884AB is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 132 | 171 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.33 |
| HSL | 295.38º | 0.19% | 0.59% | - |
| HSV(B) | 295.38º | 0.23% | 0.67% | - |
| XYZ | 31.75 | 27.77 | 42.21 | - |
| YUV | 147.21 | 141.43 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 132 | 171 | 0.02 | 0.23 | 0 | 0.33 | 295.38 | 0.19 | 0.59 |
| Hex | A8 | 84 | AB | 2 | 17 | 0 | 21 | 127 | 13 | 3B |
| Octal | 250 | 204 | 253 | 2 | 27 | 0 | 41 | 447 | 23 | 73 |
| Binary | 10101000 | 10000100 | 10101011 | 10 | 10111 | 0 | 100001 | 100100111 | 10011 | 111011 |
Color Harmonies of #A884AB
Complementary color
Monochromatic Colors of #A884AB
Black with #A884AB
Text Example
Text Example
White with #A884AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A884AB; }
p { color: rgb(168,132,171); }
H1.HeaderClassName
{
color: #A884AB;
}
.AnyTagClassName
{
color: #A884AB;
}
</style>
background-color css
<style>
a { background-color: #A884AB; }
a { background-color: rgb(168,132,171); }
div.DivClassName
{
background-color: #A884AB;
}
.BgClassName
{
background-color: #A884AB;
}
</style>
border-color css
<style>
span { border-color: #A884AB; }
span { border-color: rgb(168,132,171); }
td.TdClassName
{
border-color: #A884AB;
}
.TagClassName
{
border-color: #A884AB;
}
</style>