Shades of London Hue #AB7DA8
Tints of London Hue #AB7DA8
RGB
CMYK
RGB Variations
Color information
#AB7DA8 (or 0xAB7DA8) is known color: London Hue. HEX triplet: AB, 7D and A8. RGB value is (171,125,168). Sum of RGB (Red+Green+Blue) = 171+125+168=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 125 (49.22% from 255 or 26.94% from 464); Blue value is 168 (66.02% from 255 or 36.21% from 464); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7DA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7DA8 is #548257. Grayscale: #8F8F8F. Windows color (decimal): -5538392 or 11042219. OLE color: 11042219.
HSL color Cylindrical-coordinate representation of color #AB7DA8: hue angle of 303.91º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB7DA8 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 125 | 168 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.33 |
| HSL | 303.91º | 0.21% | 0.58% | - |
| HSV(B) | 303.91º | 0.27% | 0.67% | - |
| XYZ | 31.2 | 26.15 | 40.45 | - |
| YUV | 143.66 | 141.74 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 125 | 168 | 0 | 0.27 | 0.02 | 0.33 | 303.91 | 0.21 | 0.58 |
| Hex | AB | 7D | A8 | 0 | 1B | 2 | 21 | 130 | 15 | 3A |
| Octal | 253 | 175 | 250 | 0 | 33 | 2 | 41 | 460 | 25 | 72 |
| Binary | 10101011 | 1111101 | 10101000 | 0 | 11011 | 10 | 100001 | 100110000 | 10101 | 111010 |
Color Harmonies of #AB7DA8
Complementary color
Monochromatic Colors of #AB7DA8
Black with #AB7DA8
Text Example
Text Example
White with #AB7DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7DA8; }
p { color: rgb(171,125,168); }
H1.HeaderClassName
{
color: #AB7DA8;
}
.AnyTagClassName
{
color: #AB7DA8;
}
</style>
background-color css
<style>
a { background-color: #AB7DA8; }
a { background-color: rgb(171,125,168); }
div.DivClassName
{
background-color: #AB7DA8;
}
.BgClassName
{
background-color: #AB7DA8;
}
</style>
border-color css
<style>
span { border-color: #AB7DA8; }
span { border-color: rgb(171,125,168); }
td.TdClassName
{
border-color: #AB7DA8;
}
.TagClassName
{
border-color: #AB7DA8;
}
</style>