Shades of London Hue #AB83A5
Tints of London Hue #AB83A5
RGB
CMYK
RGB Variations
Color information
#AB83A5 (or 0xAB83A5) is known color: London Hue. HEX triplet: AB, 83 and A5. RGB value is (171,131,165). Sum of RGB (Red+Green+Blue) = 171+131+165=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 131 (51.56% from 255 or 28.05% from 467); Blue value is 165 (64.84% from 255 or 35.33% from 467); Max value from RGB is 171 - color contains mainly: red. Hex color #AB83A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB83A5 is #547C5A. Grayscale: #929292. Windows color (decimal): -5536859 or 10847147. OLE color: 10847147.
HSL color Cylindrical-coordinate representation of color #AB83A5: hue angle of 309º 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 #AB83A5 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 131 | 165 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.33 |
| HSL | 309º | 0.19% | 0.59% | - |
| HSV(B) | 309º | 0.23% | 0.67% | - |
| XYZ | 31.7 | 27.61 | 39.26 | - |
| YUV | 146.84 | 138.25 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 131 | 165 | 0 | 0.23 | 0.04 | 0.33 | 309 | 0.19 | 0.59 |
| Hex | AB | 83 | A5 | 0 | 17 | 4 | 21 | 135 | 13 | 3B |
| Octal | 253 | 203 | 245 | 0 | 27 | 4 | 41 | 465 | 23 | 73 |
| Binary | 10101011 | 10000011 | 10100101 | 0 | 10111 | 100 | 100001 | 100110101 | 10011 | 111011 |
Color Harmonies of #AB83A5
Complementary color
Monochromatic Colors of #AB83A5
Black with #AB83A5
Text Example
Text Example
White with #AB83A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB83A5; }
p { color: rgb(171,131,165); }
H1.HeaderClassName
{
color: #AB83A5;
}
.AnyTagClassName
{
color: #AB83A5;
}
</style>
background-color css
<style>
a { background-color: #AB83A5; }
a { background-color: rgb(171,131,165); }
div.DivClassName
{
background-color: #AB83A5;
}
.BgClassName
{
background-color: #AB83A5;
}
</style>
border-color css
<style>
span { border-color: #AB83A5; }
span { border-color: rgb(171,131,165); }
td.TdClassName
{
border-color: #AB83A5;
}
.TagClassName
{
border-color: #AB83A5;
}
</style>