Shades of London Hue #AB83AA
Tints of London Hue #AB83AA
RGB
CMYK
RGB Variations
Color information
#AB83AA (or 0xAB83AA) is known color: London Hue. HEX triplet: AB, 83 and AA. RGB value is (171,131,170). Sum of RGB (Red+Green+Blue) = 171+131+170=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 171 - color contains mainly: red. Hex color #AB83AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB83AA is #547C55. Grayscale: #939393. Windows color (decimal): -5536854 or 11174827. OLE color: 11174827.
HSL color Cylindrical-coordinate representation of color #AB83AA: hue angle of 301.5º 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 #AB83AA is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 131 | 170 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.33 |
| HSL | 301.5º | 0.19% | 0.59% | - |
| HSV(B) | 301.5º | 0.23% | 0.67% | - |
| XYZ | 32.17 | 27.79 | 41.7 | - |
| YUV | 147.41 | 140.75 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 131 | 170 | 0 | 0.23 | 0.01 | 0.33 | 301.5 | 0.19 | 0.59 |
| Hex | AB | 83 | AA | 0 | 17 | 1 | 21 | 12E | 13 | 3B |
| Octal | 253 | 203 | 252 | 0 | 27 | 1 | 41 | 456 | 23 | 73 |
| Binary | 10101011 | 10000011 | 10101010 | 0 | 10111 | 1 | 100001 | 100101110 | 10011 | 111011 |
Color Harmonies of #AB83AA
Complementary color
Monochromatic Colors of #AB83AA
Black with #AB83AA
Text Example
Text Example
White with #AB83AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB83AA; }
p { color: rgb(171,131,170); }
H1.HeaderClassName
{
color: #AB83AA;
}
.AnyTagClassName
{
color: #AB83AA;
}
</style>
background-color css
<style>
a { background-color: #AB83AA; }
a { background-color: rgb(171,131,170); }
div.DivClassName
{
background-color: #AB83AA;
}
.BgClassName
{
background-color: #AB83AA;
}
</style>
border-color css
<style>
span { border-color: #AB83AA; }
span { border-color: rgb(171,131,170); }
td.TdClassName
{
border-color: #AB83AA;
}
.TagClassName
{
border-color: #AB83AA;
}
</style>