Shades of London Hue #AB82AA
Tints of London Hue #AB82AA
RGB
CMYK
RGB Variations
Color information
#AB82AA (or 0xAB82AA) is known color: London Hue. HEX triplet: AB, 82 and AA. RGB value is (171,130,170). Sum of RGB (Red+Green+Blue) = 171+130+170=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 171 - color contains mainly: red. Hex color #AB82AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB82AA is #547D55. Grayscale: #929292. Windows color (decimal): -5537110 or 11174571. OLE color: 11174571.
HSL color Cylindrical-coordinate representation of color #AB82AA: hue angle of 301.46º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AB82AA is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 130 | 170 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.33 |
| HSL | 301.46º | 0.2% | 0.59% | - |
| HSV(B) | 301.46º | 0.24% | 0.67% | - |
| XYZ | 32.03 | 27.53 | 41.65 | - |
| YUV | 146.82 | 141.08 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 130 | 170 | 0 | 0.24 | 0.01 | 0.33 | 301.46 | 0.2 | 0.59 |
| Hex | AB | 82 | AA | 0 | 18 | 1 | 21 | 12D | 14 | 3B |
| Octal | 253 | 202 | 252 | 0 | 30 | 1 | 41 | 455 | 24 | 73 |
| Binary | 10101011 | 10000010 | 10101010 | 0 | 11000 | 1 | 100001 | 100101101 | 10100 | 111011 |
Color Harmonies of #AB82AA
Complementary color
Monochromatic Colors of #AB82AA
Black with #AB82AA
Text Example
Text Example
White with #AB82AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB82AA; }
p { color: rgb(171,130,170); }
H1.HeaderClassName
{
color: #AB82AA;
}
.AnyTagClassName
{
color: #AB82AA;
}
</style>
background-color css
<style>
a { background-color: #AB82AA; }
a { background-color: rgb(171,130,170); }
div.DivClassName
{
background-color: #AB82AA;
}
.BgClassName
{
background-color: #AB82AA;
}
</style>
border-color css
<style>
span { border-color: #AB82AA; }
span { border-color: rgb(171,130,170); }
td.TdClassName
{
border-color: #AB82AA;
}
.TagClassName
{
border-color: #AB82AA;
}
</style>