Shades of London Hue #AB83A4
Tints of London Hue #AB83A4
RGB
CMYK
RGB Variations
Color information
#AB83A4 (or 0xAB83A4) is known color: London Hue. HEX triplet: AB, 83 and A4. RGB value is (171,131,164). Sum of RGB (Red+Green+Blue) = 171+131+164=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 164 (64.45% from 255 or 35.19% from 466); Max value from RGB is 171 - color contains mainly: red. Hex color #AB83A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB83A4 is #547C5B. Grayscale: #929292. Windows color (decimal): -5536860 or 10781611. OLE color: 10781611.
HSL color Cylindrical-coordinate representation of color #AB83A4: hue angle of 310.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 #AB83A4 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 131 | 164 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.33 |
| HSL | 310.5º | 0.19% | 0.59% | - |
| HSV(B) | 310.5º | 0.23% | 0.67% | - |
| XYZ | 31.61 | 27.57 | 38.78 | - |
| YUV | 146.72 | 137.75 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 131 | 164 | 0 | 0.23 | 0.04 | 0.33 | 310.5 | 0.19 | 0.59 |
| Hex | AB | 83 | A4 | 0 | 17 | 4 | 21 | 136 | 13 | 3B |
| Octal | 253 | 203 | 244 | 0 | 27 | 4 | 41 | 466 | 23 | 73 |
| Binary | 10101011 | 10000011 | 10100100 | 0 | 10111 | 100 | 100001 | 100110110 | 10011 | 111011 |
Color Harmonies of #AB83A4
Complementary color
Monochromatic Colors of #AB83A4
Black with #AB83A4
Text Example
Text Example
White with #AB83A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB83A4; }
p { color: rgb(171,131,164); }
H1.HeaderClassName
{
color: #AB83A4;
}
.AnyTagClassName
{
color: #AB83A4;
}
</style>
background-color css
<style>
a { background-color: #AB83A4; }
a { background-color: rgb(171,131,164); }
div.DivClassName
{
background-color: #AB83A4;
}
.BgClassName
{
background-color: #AB83A4;
}
</style>
border-color css
<style>
span { border-color: #AB83A4; }
span { border-color: rgb(171,131,164); }
td.TdClassName
{
border-color: #AB83A4;
}
.TagClassName
{
border-color: #AB83A4;
}
</style>