Shades of London Hue #AB8AA3
Tints of London Hue #AB8AA3
RGB
CMYK
RGB Variations
Color information
#AB8AA3 (or 0xAB8AA3) is known color: London Hue. HEX triplet: AB, 8A and A3. RGB value is (171,138,163). Sum of RGB (Red+Green+Blue) = 171+138+163=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 163 (64.06% from 255 or 34.53% from 472); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8AA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8AA3 is #54755C. Grayscale: #969696. Windows color (decimal): -5535069 or 10717867. OLE color: 10717867.
HSL color Cylindrical-coordinate representation of color #AB8AA3: hue angle of 314.55º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AB8AA3 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 138 | 163 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.33 |
| HSL | 314.55º | 0.16% | 0.61% | - |
| HSV(B) | 314.55º | 0.19% | 0.67% | - |
| XYZ | 32.49 | 29.48 | 38.63 | - |
| YUV | 150.72 | 134.93 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 138 | 163 | 0 | 0.19 | 0.05 | 0.33 | 314.55 | 0.16 | 0.61 |
| Hex | AB | 8A | A3 | 0 | 13 | 5 | 21 | 13B | 10 | 3D |
| Octal | 253 | 212 | 243 | 0 | 23 | 5 | 41 | 473 | 20 | 75 |
| Binary | 10101011 | 10001010 | 10100011 | 0 | 10011 | 101 | 100001 | 100111011 | 10000 | 111101 |
Color Harmonies of #AB8AA3
Complementary color
Monochromatic Colors of #AB8AA3
Black with #AB8AA3
Text Example
Text Example
White with #AB8AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8AA3; }
p { color: rgb(171,138,163); }
H1.HeaderClassName
{
color: #AB8AA3;
}
.AnyTagClassName
{
color: #AB8AA3;
}
</style>
background-color css
<style>
a { background-color: #AB8AA3; }
a { background-color: rgb(171,138,163); }
div.DivClassName
{
background-color: #AB8AA3;
}
.BgClassName
{
background-color: #AB8AA3;
}
</style>
border-color css
<style>
span { border-color: #AB8AA3; }
span { border-color: rgb(171,138,163); }
td.TdClassName
{
border-color: #AB8AA3;
}
.TagClassName
{
border-color: #AB8AA3;
}
</style>