Shades of London Hue #A88DAB
Tints of London Hue #A88DAB
RGB
CMYK
RGB Variations
Color information
#A88DAB (or 0xA88DAB) is known color: London Hue. HEX triplet: A8, 8D and AB. RGB value is (168,141,171). Sum of RGB (Red+Green+Blue) = 168+141+171=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 141 (55.47% from 255 or 29.38% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 171 - color contains mainly: blue. Hex color #A88DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88DAB is #577254. Grayscale: #989898. Windows color (decimal): -5730901 or 11242920. OLE color: 11242920.
HSL color Cylindrical-coordinate representation of color #A88DAB: hue angle of 294º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A88DAB is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 141 | 171 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.33 |
| HSL | 294º | 0.15% | 0.61% | - |
| HSV(B) | 294º | 0.18% | 0.67% | - |
| XYZ | 33.02 | 30.31 | 42.64 | - |
| YUV | 152.49 | 138.45 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 141 | 171 | 0.02 | 0.18 | 0 | 0.33 | 294 | 0.15 | 0.61 |
| Hex | A8 | 8D | AB | 2 | 12 | 0 | 21 | 126 | F | 3D |
| Octal | 250 | 215 | 253 | 2 | 22 | 0 | 41 | 446 | 17 | 75 |
| Binary | 10101000 | 10001101 | 10101011 | 10 | 10010 | 0 | 100001 | 100100110 | 1111 | 111101 |
Color Harmonies of #A88DAB
Complementary color
Monochromatic Colors of #A88DAB
Black with #A88DAB
Text Example
Text Example
White with #A88DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88DAB; }
p { color: rgb(168,141,171); }
H1.HeaderClassName
{
color: #A88DAB;
}
.AnyTagClassName
{
color: #A88DAB;
}
</style>
background-color css
<style>
a { background-color: #A88DAB; }
a { background-color: rgb(168,141,171); }
div.DivClassName
{
background-color: #A88DAB;
}
.BgClassName
{
background-color: #A88DAB;
}
</style>
border-color css
<style>
span { border-color: #A88DAB; }
span { border-color: rgb(168,141,171); }
td.TdClassName
{
border-color: #A88DAB;
}
.TagClassName
{
border-color: #A88DAB;
}
</style>