Shades of London Hue #A88CAA
Tints of London Hue #A88CAA
RGB
CMYK
RGB Variations
Color information
#A88CAA (or 0xA88CAA) is known color: London Hue. HEX triplet: A8, 8C and AA. RGB value is (168,140,170). Sum of RGB (Red+Green+Blue) = 168+140+170=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 170 - color contains mainly: blue. Hex color #A88CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88CAA is #577355. Grayscale: #979797. Windows color (decimal): -5731158 or 11177128. OLE color: 11177128.
HSL color Cylindrical-coordinate representation of color #A88CAA: hue angle of 296º 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 #A88CAA is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 140 | 170 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.33 |
| HSL | 296º | 0.15% | 0.61% | - |
| HSV(B) | 296º | 0.18% | 0.67% | - |
| XYZ | 32.78 | 29.98 | 42.09 | - |
| YUV | 151.79 | 138.28 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 140 | 170 | 0.01 | 0.18 | 0 | 0.33 | 296 | 0.15 | 0.61 |
| Hex | A8 | 8C | AA | 1 | 12 | 0 | 21 | 128 | F | 3D |
| Octal | 250 | 214 | 252 | 1 | 22 | 0 | 41 | 450 | 17 | 75 |
| Binary | 10101000 | 10001100 | 10101010 | 1 | 10010 | 0 | 100001 | 100101000 | 1111 | 111101 |
Color Harmonies of #A88CAA
Complementary color
Monochromatic Colors of #A88CAA
Black with #A88CAA
Text Example
Text Example
White with #A88CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88CAA; }
p { color: rgb(168,140,170); }
H1.HeaderClassName
{
color: #A88CAA;
}
.AnyTagClassName
{
color: #A88CAA;
}
</style>
background-color css
<style>
a { background-color: #A88CAA; }
a { background-color: rgb(168,140,170); }
div.DivClassName
{
background-color: #A88CAA;
}
.BgClassName
{
background-color: #A88CAA;
}
</style>
border-color css
<style>
span { border-color: #A88CAA; }
span { border-color: rgb(168,140,170); }
td.TdClassName
{
border-color: #A88CAA;
}
.TagClassName
{
border-color: #A88CAA;
}
</style>