Shades of London Hue #AB94A8
Tints of London Hue #AB94A8
RGB
CMYK
RGB Variations
Color information
#AB94A8 (or 0xAB94A8) is known color: London Hue. HEX triplet: AB, 94 and A8. RGB value is (171,148,168). Sum of RGB (Red+Green+Blue) = 171+148+168=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 168 (66.02% from 255 or 34.50% from 487); Max value from RGB is 171 - color contains mainly: red. Hex color #AB94A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB94A8 is #546B57. Grayscale: #9D9D9D. Windows color (decimal): -5532504 or 11048107. OLE color: 11048107.
HSL color Cylindrical-coordinate representation of color #AB94A8: hue angle of 307.83º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AB94A8 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 148 | 168 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.33 |
| HSL | 307.83º | 0.12% | 0.63% | - |
| HSV(B) | 307.83º | 0.13% | 0.67% | - |
| XYZ | 34.45 | 32.66 | 41.53 | - |
| YUV | 157.16 | 134.12 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 148 | 168 | 0 | 0.13 | 0.02 | 0.33 | 307.83 | 0.12 | 0.63 |
| Hex | AB | 94 | A8 | 0 | D | 2 | 21 | 134 | C | 3F |
| Octal | 253 | 224 | 250 | 0 | 15 | 2 | 41 | 464 | 14 | 77 |
| Binary | 10101011 | 10010100 | 10101000 | 0 | 1101 | 10 | 100001 | 100110100 | 1100 | 111111 |
Color Harmonies of #AB94A8
Complementary color
Monochromatic Colors of #AB94A8
Black with #AB94A8
Text Example
Text Example
White with #AB94A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB94A8; }
p { color: rgb(171,148,168); }
H1.HeaderClassName
{
color: #AB94A8;
}
.AnyTagClassName
{
color: #AB94A8;
}
</style>
background-color css
<style>
a { background-color: #AB94A8; }
a { background-color: rgb(171,148,168); }
div.DivClassName
{
background-color: #AB94A8;
}
.BgClassName
{
background-color: #AB94A8;
}
</style>
border-color css
<style>
span { border-color: #AB94A8; }
span { border-color: rgb(171,148,168); }
td.TdClassName
{
border-color: #AB94A8;
}
.TagClassName
{
border-color: #AB94A8;
}
</style>