Shades of London Hue #A88BAA
Tints of London Hue #A88BAA
RGB
CMYK
RGB Variations
Color information
#A88BAA (or 0xA88BAA) is known color: London Hue. HEX triplet: A8, 8B and AA. RGB value is (168,139,170). Sum of RGB (Red+Green+Blue) = 168+139+170=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 139 (54.69% from 255 or 29.14% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 170 - color contains mainly: blue. Hex color #A88BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88BAA is #577455. Grayscale: #979797. Windows color (decimal): -5731414 or 11176872. OLE color: 11176872.
HSL color Cylindrical-coordinate representation of color #A88BAA: hue angle of 296.13º 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 #A88BAA is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 139 | 170 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.33 |
| HSL | 296.13º | 0.15% | 0.61% | - |
| HSV(B) | 296.13º | 0.18% | 0.67% | - |
| XYZ | 32.64 | 29.69 | 42.04 | - |
| YUV | 151.21 | 138.61 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 139 | 170 | 0.01 | 0.18 | 0 | 0.33 | 296.13 | 0.15 | 0.61 |
| Hex | A8 | 8B | AA | 1 | 12 | 0 | 21 | 128 | F | 3D |
| Octal | 250 | 213 | 252 | 1 | 22 | 0 | 41 | 450 | 17 | 75 |
| Binary | 10101000 | 10001011 | 10101010 | 1 | 10010 | 0 | 100001 | 100101000 | 1111 | 111101 |
Color Harmonies of #A88BAA
Complementary color
Monochromatic Colors of #A88BAA
Black with #A88BAA
Text Example
Text Example
White with #A88BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88BAA; }
p { color: rgb(168,139,170); }
H1.HeaderClassName
{
color: #A88BAA;
}
.AnyTagClassName
{
color: #A88BAA;
}
</style>
background-color css
<style>
a { background-color: #A88BAA; }
a { background-color: rgb(168,139,170); }
div.DivClassName
{
background-color: #A88BAA;
}
.BgClassName
{
background-color: #A88BAA;
}
</style>
border-color css
<style>
span { border-color: #A88BAA; }
span { border-color: rgb(168,139,170); }
td.TdClassName
{
border-color: #A88BAA;
}
.TagClassName
{
border-color: #A88BAA;
}
</style>