Shades of London Hue #AB7CAF
Tints of London Hue #AB7CAF
RGB
CMYK
RGB Variations
Color information
#AB7CAF (or 0xAB7CAF) is known color: London Hue. HEX triplet: AB, 7C and AF. RGB value is (171,124,175). Sum of RGB (Red+Green+Blue) = 171+124+175=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 124 (48.83% from 255 or 26.38% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB7CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7CAF is #548350. Grayscale: #8F8F8F. Windows color (decimal): -5538641 or 11500715. OLE color: 11500715.
HSL color Cylindrical-coordinate representation of color #AB7CAF: hue angle of 295.29º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB7CAF is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 124 | 175 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.31 |
| HSL | 295.29º | 0.24% | 0.59% | - |
| HSV(B) | 295.29º | 0.29% | 0.69% | - |
| XYZ | 31.74 | 26.17 | 43.94 | - |
| YUV | 143.87 | 145.57 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 124 | 175 | 0.02 | 0.29 | 0 | 0.31 | 295.29 | 0.24 | 0.59 |
| Hex | AB | 7C | AF | 2 | 1D | 0 | 1F | 127 | 18 | 3B |
| Octal | 253 | 174 | 257 | 2 | 35 | 0 | 37 | 447 | 30 | 73 |
| Binary | 10101011 | 1111100 | 10101111 | 10 | 11101 | 0 | 11111 | 100100111 | 11000 | 111011 |
Color Harmonies of #AB7CAF
Complementary color
Monochromatic Colors of #AB7CAF
Black with #AB7CAF
Text Example
Text Example
White with #AB7CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7CAF; }
p { color: rgb(171,124,175); }
H1.HeaderClassName
{
color: #AB7CAF;
}
.AnyTagClassName
{
color: #AB7CAF;
}
</style>
background-color css
<style>
a { background-color: #AB7CAF; }
a { background-color: rgb(171,124,175); }
div.DivClassName
{
background-color: #AB7CAF;
}
.BgClassName
{
background-color: #AB7CAF;
}
</style>
border-color css
<style>
span { border-color: #AB7CAF; }
span { border-color: rgb(171,124,175); }
td.TdClassName
{
border-color: #AB7CAF;
}
.TagClassName
{
border-color: #AB7CAF;
}
</style>