Shades of London Hue #A888AD
Tints of London Hue #A888AD
RGB
CMYK
RGB Variations
Color information
#A888AD (or 0xA888AD) is known color: London Hue. HEX triplet: A8, 88 and AD. RGB value is (168,136,173). Sum of RGB (Red+Green+Blue) = 168+136+173=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 173 - color contains mainly: blue. Hex color #A888AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A888AD is #577752. Grayscale: #959595. Windows color (decimal): -5732179 or 11372712. OLE color: 11372712.
HSL color Cylindrical-coordinate representation of color #A888AD: hue angle of 291.89º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A888AD is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 136 | 173 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.32 |
| HSL | 291.89º | 0.18% | 0.61% | - |
| HSV(B) | 291.89º | 0.21% | 0.68% | - |
| XYZ | 32.5 | 28.95 | 43.41 | - |
| YUV | 149.79 | 141.1 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 136 | 173 | 0.03 | 0.21 | 0 | 0.32 | 291.89 | 0.18 | 0.61 |
| Hex | A8 | 88 | AD | 3 | 15 | 0 | 20 | 124 | 12 | 3D |
| Octal | 250 | 210 | 255 | 3 | 25 | 0 | 40 | 444 | 22 | 75 |
| Binary | 10101000 | 10001000 | 10101101 | 11 | 10101 | 0 | 100000 | 100100100 | 10010 | 111101 |
Color Harmonies of #A888AD
Complementary color
Monochromatic Colors of #A888AD
Black with #A888AD
Text Example
Text Example
White with #A888AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A888AD; }
p { color: rgb(168,136,173); }
H1.HeaderClassName
{
color: #A888AD;
}
.AnyTagClassName
{
color: #A888AD;
}
</style>
background-color css
<style>
a { background-color: #A888AD; }
a { background-color: rgb(168,136,173); }
div.DivClassName
{
background-color: #A888AD;
}
.BgClassName
{
background-color: #A888AD;
}
</style>
border-color css
<style>
span { border-color: #A888AD; }
span { border-color: rgb(168,136,173); }
td.TdClassName
{
border-color: #A888AD;
}
.TagClassName
{
border-color: #A888AD;
}
</style>