Shades of London Hue #AB92A8
Tints of London Hue #AB92A8
RGB
CMYK
RGB Variations
Color information
#AB92A8 (or 0xAB92A8) is known color: London Hue. HEX triplet: AB, 92 and A8. RGB value is (171,146,168). Sum of RGB (Red+Green+Blue) = 171+146+168=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 168 (66.02% from 255 or 34.64% from 485); Max value from RGB is 171 - color contains mainly: red. Hex color #AB92A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB92A8 is #546D57. Grayscale: #9B9B9B. Windows color (decimal): -5533016 or 11047595. OLE color: 11047595.
HSL color Cylindrical-coordinate representation of color #AB92A8: hue angle of 307.2º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AB92A8 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
RGB | 171 | 146 | 168 | - |
CMYK | 0 | 0.15 | 0.02 | 0.33 |
HSL | 307.2º | 0.13% | 0.62% | - |
HSV(B) | 307.2º | 0.15% | 0.67% | - |
XYZ | 34.14 | 32.04 | 41.43 | - |
YUV | 155.98 | 134.78 | 138.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 146 | 168 | 0 | 0.15 | 0.02 | 0.33 | 307.2 | 0.13 | 0.62 |
Hex | AB | 92 | A8 | 0 | F | 2 | 21 | 133 | D | 3E |
Octal | 253 | 222 | 250 | 0 | 17 | 2 | 41 | 463 | 15 | 76 |
Binary | 10101011 | 10010010 | 10101000 | 0 | 1111 | 10 | 100001 | 100110011 | 1101 | 111110 |
Color Harmonies of #AB92A8
Complementary color
Monochromatic Colors of #AB92A8
Black with #AB92A8
Text Example
Text Example
White with #AB92A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB92A8; }
p { color: rgb(171,146,168); }
H1.HeaderClassName
{
color: #AB92A8;
}
.AnyTagClassName
{
color: #AB92A8;
}
</style>
background-color css
<style>
a { background-color: #AB92A8; }
a { background-color: rgb(171,146,168); }
div.DivClassName
{
background-color: #AB92A8;
}
.BgClassName
{
background-color: #AB92A8;
}
</style>
border-color css
<style>
span { border-color: #AB92A8; }
span { border-color: rgb(171,146,168); }
td.TdClassName
{
border-color: #AB92A8;
}
.TagClassName
{
border-color: #AB92A8;
}
</style>