Shades of London Hue #AB90A8
Tints of London Hue #AB90A8
RGB
CMYK
RGB Variations
Color information
#AB90A8 (or 0xAB90A8) is known color: London Hue. HEX triplet: AB, 90 and A8. RGB value is (171,144,168). Sum of RGB (Red+Green+Blue) = 171+144+168=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 144 (56.64% from 255 or 29.81% from 483); Blue value is 168 (66.02% from 255 or 34.78% from 483); Max value from RGB is 171 - color contains mainly: red. Hex color #AB90A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB90A8 is #546F57. Grayscale: #9A9A9A. Windows color (decimal): -5533528 or 11047083. OLE color: 11047083.
HSL color Cylindrical-coordinate representation of color #AB90A8: hue angle of 306.67º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AB90A8 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 144 | 168 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.33 |
| HSL | 306.67º | 0.14% | 0.62% | - |
| HSV(B) | 306.67º | 0.16% | 0.67% | - |
| XYZ | 33.84 | 31.43 | 41.33 | - |
| YUV | 154.81 | 135.45 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 144 | 168 | 0 | 0.16 | 0.02 | 0.33 | 306.67 | 0.14 | 0.62 |
| Hex | AB | 90 | A8 | 0 | 10 | 2 | 21 | 133 | E | 3E |
| Octal | 253 | 220 | 250 | 0 | 20 | 2 | 41 | 463 | 16 | 76 |
| Binary | 10101011 | 10010000 | 10101000 | 0 | 10000 | 10 | 100001 | 100110011 | 1110 | 111110 |
Color Harmonies of #AB90A8
Complementary color
Monochromatic Colors of #AB90A8
Black with #AB90A8
Text Example
Text Example
White with #AB90A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB90A8; }
p { color: rgb(171,144,168); }
H1.HeaderClassName
{
color: #AB90A8;
}
.AnyTagClassName
{
color: #AB90A8;
}
</style>
background-color css
<style>
a { background-color: #AB90A8; }
a { background-color: rgb(171,144,168); }
div.DivClassName
{
background-color: #AB90A8;
}
.BgClassName
{
background-color: #AB90A8;
}
</style>
border-color css
<style>
span { border-color: #AB90A8; }
span { border-color: rgb(171,144,168); }
td.TdClassName
{
border-color: #AB90A8;
}
.TagClassName
{
border-color: #AB90A8;
}
</style>