Shades of London Hue #AB83AB
Tints of London Hue #AB83AB
RGB
CMYK
RGB Variations
Color information
#AB83AB (or 0xAB83AB) is known color: London Hue. HEX triplet: AB, 83 and AB. RGB value is (171,131,171). Sum of RGB (Red+Green+Blue) = 171+131+171=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB83AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB83AB is #547C54. Grayscale: #939393. Windows color (decimal): -5536853 or 11240363. OLE color: 11240363.
HSL color Cylindrical-coordinate representation of color #AB83AB: hue angle of 300º 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 #AB83AB is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 131 | 171 | - |
| CMYK | 0 | 0.23 | 0 | 0.33 |
| HSL | 300º | 0.19% | 0.59% | - |
| HSV(B) | 300º | 0.23% | 0.67% | - |
| XYZ | 32.26 | 27.83 | 42.2 | - |
| YUV | 147.52 | 141.25 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 131 | 171 | 0 | 0.23 | 0 | 0.33 | 300 | 0.19 | 0.59 |
| Hex | AB | 83 | AB | 0 | 17 | 0 | 21 | 12C | 13 | 3B |
| Octal | 253 | 203 | 253 | 0 | 27 | 0 | 41 | 454 | 23 | 73 |
| Binary | 10101011 | 10000011 | 10101011 | 0 | 10111 | 0 | 100001 | 100101100 | 10011 | 111011 |
Color Harmonies of #AB83AB
Complementary color
Monochromatic Colors of #AB83AB
Black with #AB83AB
Text Example
Text Example
White with #AB83AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB83AB; }
p { color: rgb(171,131,171); }
H1.HeaderClassName
{
color: #AB83AB;
}
.AnyTagClassName
{
color: #AB83AB;
}
</style>
background-color css
<style>
a { background-color: #AB83AB; }
a { background-color: rgb(171,131,171); }
div.DivClassName
{
background-color: #AB83AB;
}
.BgClassName
{
background-color: #AB83AB;
}
</style>
border-color css
<style>
span { border-color: #AB83AB; }
span { border-color: rgb(171,131,171); }
td.TdClassName
{
border-color: #AB83AB;
}
.TagClassName
{
border-color: #AB83AB;
}
</style>