Shades of London Hue #AB9FAC
Tints of London Hue #AB9FAC
RGB
CMYK
RGB Variations
Color information
#AB9FAC (or 0xAB9FAC) is known color: London Hue. HEX triplet: AB, 9F and AC. RGB value is (171,159,172). Sum of RGB (Red+Green+Blue) = 171+159+172=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB9FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9FAC is #546053. Grayscale: #A4A4A4. Windows color (decimal): -5529684 or 11313067. OLE color: 11313067.
HSL color Cylindrical-coordinate representation of color #AB9FAC: hue angle of 295.38º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AB9FAC is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 171 | 159 | 172 | - |
CMYK | 0.01 | 0.08 | 0 | 0.33 |
HSL | 295.38º | 0.07% | 0.65% | - |
HSV(B) | 295.38º | 0.08% | 0.67% | - |
XYZ | 36.64 | 36.43 | 44.13 | - |
YUV | 164.07 | 132.48 | 132.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 159 | 172 | 0.01 | 0.08 | 0 | 0.33 | 295.38 | 0.07 | 0.65 |
Hex | AB | 9F | AC | 1 | 8 | 0 | 21 | 127 | 7 | 41 |
Octal | 253 | 237 | 254 | 1 | 10 | 0 | 41 | 447 | 7 | 101 |
Binary | 10101011 | 10011111 | 10101100 | 1 | 1000 | 0 | 100001 | 100100111 | 111 | 1000001 |
Color Harmonies of #AB9FAC
Complementary color
Monochromatic Colors of #AB9FAC
Black with #AB9FAC
Text Example
Text Example
White with #AB9FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9FAC; }
p { color: rgb(171,159,172); }
H1.HeaderClassName
{
color: #AB9FAC;
}
.AnyTagClassName
{
color: #AB9FAC;
}
</style>
background-color css
<style>
a { background-color: #AB9FAC; }
a { background-color: rgb(171,159,172); }
div.DivClassName
{
background-color: #AB9FAC;
}
.BgClassName
{
background-color: #AB9FAC;
}
</style>
border-color css
<style>
span { border-color: #AB9FAC; }
span { border-color: rgb(171,159,172); }
td.TdClassName
{
border-color: #AB9FAC;
}
.TagClassName
{
border-color: #AB9FAC;
}
</style>