Shades of London Hue #AB94AB
Tints of London Hue #AB94AB
RGB
CMYK
RGB Variations
Color information
#AB94AB (or 0xAB94AB) is known color: London Hue. HEX triplet: AB, 94 and AB. RGB value is (171,148,171). Sum of RGB (Red+Green+Blue) = 171+148+171=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 148 (58.20% from 255 or 30.20% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB94AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB94AB is #546B54. Grayscale: #9D9D9D. Windows color (decimal): -5532501 or 11244715. OLE color: 11244715.
HSL color Cylindrical-coordinate representation of color #AB94AB: hue angle of 300º 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 #AB94AB is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 148 | 171 | - |
| CMYK | 0 | 0.13 | 0 | 0.33 |
| HSL | 300º | 0.12% | 0.63% | - |
| HSV(B) | 300º | 0.13% | 0.67% | - |
| XYZ | 34.74 | 32.78 | 43.02 | - |
| YUV | 157.5 | 135.62 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 148 | 171 | 0 | 0.13 | 0 | 0.33 | 300 | 0.12 | 0.63 |
| Hex | AB | 94 | AB | 0 | D | 0 | 21 | 12C | C | 3F |
| Octal | 253 | 224 | 253 | 0 | 15 | 0 | 41 | 454 | 14 | 77 |
| Binary | 10101011 | 10010100 | 10101011 | 0 | 1101 | 0 | 100001 | 100101100 | 1100 | 111111 |
Color Harmonies of #AB94AB
Complementary color
Monochromatic Colors of #AB94AB
Black with #AB94AB
Text Example
Text Example
White with #AB94AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB94AB; }
p { color: rgb(171,148,171); }
H1.HeaderClassName
{
color: #AB94AB;
}
.AnyTagClassName
{
color: #AB94AB;
}
</style>
background-color css
<style>
a { background-color: #AB94AB; }
a { background-color: rgb(171,148,171); }
div.DivClassName
{
background-color: #AB94AB;
}
.BgClassName
{
background-color: #AB94AB;
}
</style>
border-color css
<style>
span { border-color: #AB94AB; }
span { border-color: rgb(171,148,171); }
td.TdClassName
{
border-color: #AB94AB;
}
.TagClassName
{
border-color: #AB94AB;
}
</style>