Shades of London Hue #AB85AF
Tints of London Hue #AB85AF
RGB
CMYK
RGB Variations
Color information
#AB85AF (or 0xAB85AF) is known color: London Hue. HEX triplet: AB, 85 and AF. RGB value is (171,133,175). Sum of RGB (Red+Green+Blue) = 171+133+175=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 133 (52.34% from 255 or 27.77% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB85AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB85AF is #547A50. Grayscale: #959595. Windows color (decimal): -5536337 or 11503019. OLE color: 11503019.
HSL color Cylindrical-coordinate representation of color #AB85AF: hue angle of 294.29º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AB85AF is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 133 | 175 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.31 |
| HSL | 294.29º | 0.21% | 0.6% | - |
| HSV(B) | 294.29º | 0.24% | 0.69% | - |
| XYZ | 32.92 | 28.53 | 44.33 | - |
| YUV | 149.15 | 142.59 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 133 | 175 | 0.02 | 0.24 | 0 | 0.31 | 294.29 | 0.21 | 0.6 |
| Hex | AB | 85 | AF | 2 | 18 | 0 | 1F | 126 | 15 | 3C |
| Octal | 253 | 205 | 257 | 2 | 30 | 0 | 37 | 446 | 25 | 74 |
| Binary | 10101011 | 10000101 | 10101111 | 10 | 11000 | 0 | 11111 | 100100110 | 10101 | 111100 |
Color Harmonies of #AB85AF
Complementary color
Monochromatic Colors of #AB85AF
Black with #AB85AF
Text Example
Text Example
White with #AB85AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB85AF; }
p { color: rgb(171,133,175); }
H1.HeaderClassName
{
color: #AB85AF;
}
.AnyTagClassName
{
color: #AB85AF;
}
</style>
background-color css
<style>
a { background-color: #AB85AF; }
a { background-color: rgb(171,133,175); }
div.DivClassName
{
background-color: #AB85AF;
}
.BgClassName
{
background-color: #AB85AF;
}
</style>
border-color css
<style>
span { border-color: #AB85AF; }
span { border-color: rgb(171,133,175); }
td.TdClassName
{
border-color: #AB85AF;
}
.TagClassName
{
border-color: #AB85AF;
}
</style>