Shades of London Hue #AB81A6
Tints of London Hue #AB81A6
RGB
CMYK
RGB Variations
Color information
#AB81A6 (or 0xAB81A6) is known color: London Hue. HEX triplet: AB, 81 and A6. RGB value is (171,129,166). Sum of RGB (Red+Green+Blue) = 171+129+166=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 166 (65.23% from 255 or 35.62% from 466); Max value from RGB is 171 - color contains mainly: red. Hex color #AB81A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB81A6 is #547E59. Grayscale: #919191. Windows color (decimal): -5537370 or 10912171. OLE color: 10912171.
HSL color Cylindrical-coordinate representation of color #AB81A6: hue angle of 307.14º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AB81A6 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 129 | 166 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.33 |
| HSL | 307.14º | 0.2% | 0.59% | - |
| HSV(B) | 307.14º | 0.25% | 0.67% | - |
| XYZ | 31.53 | 27.11 | 39.65 | - |
| YUV | 145.78 | 139.41 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 129 | 166 | 0 | 0.25 | 0.03 | 0.33 | 307.14 | 0.2 | 0.59 |
| Hex | AB | 81 | A6 | 0 | 19 | 3 | 21 | 133 | 14 | 3B |
| Octal | 253 | 201 | 246 | 0 | 31 | 3 | 41 | 463 | 24 | 73 |
| Binary | 10101011 | 10000001 | 10100110 | 0 | 11001 | 11 | 100001 | 100110011 | 10100 | 111011 |
Color Harmonies of #AB81A6
Complementary color
Monochromatic Colors of #AB81A6
Black with #AB81A6
Text Example
Text Example
White with #AB81A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB81A6; }
p { color: rgb(171,129,166); }
H1.HeaderClassName
{
color: #AB81A6;
}
.AnyTagClassName
{
color: #AB81A6;
}
</style>
background-color css
<style>
a { background-color: #AB81A6; }
a { background-color: rgb(171,129,166); }
div.DivClassName
{
background-color: #AB81A6;
}
.BgClassName
{
background-color: #AB81A6;
}
</style>
border-color css
<style>
span { border-color: #AB81A6; }
span { border-color: rgb(171,129,166); }
td.TdClassName
{
border-color: #AB81A6;
}
.TagClassName
{
border-color: #AB81A6;
}
</style>