Shades of London Hue #AB78AB
Tints of London Hue #AB78AB
RGB
CMYK
RGB Variations
Color information
#AB78AB (or 0xAB78AB) is known color: London Hue. HEX triplet: AB, 78 and AB. RGB value is (171,120,171). Sum of RGB (Red+Green+Blue) = 171+120+171=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 120 (47.27% from 255 or 25.97% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB78AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB78AB is #548754. Grayscale: #8C8C8C. Windows color (decimal): -5539669 or 11237547. OLE color: 11237547.
HSL color Cylindrical-coordinate representation of color #AB78AB: hue angle of 300º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB78AB is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 120 | 171 | - |
| CMYK | 0 | 0.30 | 0 | 0.33 |
| HSL | 300º | 0.23% | 0.57% | - |
| HSV(B) | 300º | 0.3% | 0.67% | - |
| XYZ | 30.86 | 25.03 | 41.73 | - |
| YUV | 141.06 | 144.9 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 120 | 171 | 0 | 0.30 | 0 | 0.33 | 300 | 0.23 | 0.57 |
| Hex | AB | 78 | AB | 0 | 1E | 0 | 21 | 12C | 17 | 39 |
| Octal | 253 | 170 | 253 | 0 | 36 | 0 | 41 | 454 | 27 | 71 |
| Binary | 10101011 | 1111000 | 10101011 | 0 | 11110 | 0 | 100001 | 100101100 | 10111 | 111001 |
Color Harmonies of #AB78AB
Complementary color
Monochromatic Colors of #AB78AB
Black with #AB78AB
Text Example
Text Example
White with #AB78AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB78AB; }
p { color: rgb(171,120,171); }
H1.HeaderClassName
{
color: #AB78AB;
}
.AnyTagClassName
{
color: #AB78AB;
}
</style>
background-color css
<style>
a { background-color: #AB78AB; }
a { background-color: rgb(171,120,171); }
div.DivClassName
{
background-color: #AB78AB;
}
.BgClassName
{
background-color: #AB78AB;
}
</style>
border-color css
<style>
span { border-color: #AB78AB; }
span { border-color: rgb(171,120,171); }
td.TdClassName
{
border-color: #AB78AB;
}
.TagClassName
{
border-color: #AB78AB;
}
</style>