Shades of London Hue #AB84AA
Tints of London Hue #AB84AA
RGB
CMYK
RGB Variations
Color information
#AB84AA (or 0xAB84AA) is known color: London Hue. HEX triplet: AB, 84 and AA. RGB value is (171,132,170). Sum of RGB (Red+Green+Blue) = 171+132+170=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 171 - color contains mainly: red. Hex color #AB84AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB84AA is #547B55. Grayscale: #939393. Windows color (decimal): -5536598 or 11175083. OLE color: 11175083.
HSL color Cylindrical-coordinate representation of color #AB84AA: hue angle of 301.54º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AB84AA is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 132 | 170 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.33 |
| HSL | 301.54º | 0.19% | 0.59% | - |
| HSV(B) | 301.54º | 0.23% | 0.67% | - |
| XYZ | 32.3 | 28.06 | 41.74 | - |
| YUV | 147.99 | 140.42 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 132 | 170 | 0 | 0.23 | 0.01 | 0.33 | 301.54 | 0.19 | 0.59 |
| Hex | AB | 84 | AA | 0 | 17 | 1 | 21 | 12E | 13 | 3B |
| Octal | 253 | 204 | 252 | 0 | 27 | 1 | 41 | 456 | 23 | 73 |
| Binary | 10101011 | 10000100 | 10101010 | 0 | 10111 | 1 | 100001 | 100101110 | 10011 | 111011 |
Color Harmonies of #AB84AA
Complementary color
Monochromatic Colors of #AB84AA
Black with #AB84AA
Text Example
Text Example
White with #AB84AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB84AA; }
p { color: rgb(171,132,170); }
H1.HeaderClassName
{
color: #AB84AA;
}
.AnyTagClassName
{
color: #AB84AA;
}
</style>
background-color css
<style>
a { background-color: #AB84AA; }
a { background-color: rgb(171,132,170); }
div.DivClassName
{
background-color: #AB84AA;
}
.BgClassName
{
background-color: #AB84AA;
}
</style>
border-color css
<style>
span { border-color: #AB84AA; }
span { border-color: rgb(171,132,170); }
td.TdClassName
{
border-color: #AB84AA;
}
.TagClassName
{
border-color: #AB84AA;
}
</style>