Shades of London Hue #AB8AA4
Tints of London Hue #AB8AA4
RGB
CMYK
RGB Variations
Color information
#AB8AA4 (or 0xAB8AA4) is known color: London Hue. HEX triplet: AB, 8A and A4. RGB value is (171,138,164). Sum of RGB (Red+Green+Blue) = 171+138+164=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 164 (64.45% from 255 or 34.67% from 473); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8AA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8AA4 is #54755B. Grayscale: #969696. Windows color (decimal): -5535068 or 10783403. OLE color: 10783403.
HSL color Cylindrical-coordinate representation of color #AB8AA4: hue angle of 312.73º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AB8AA4 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 138 | 164 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.33 |
| HSL | 312.73º | 0.16% | 0.61% | - |
| HSV(B) | 312.73º | 0.19% | 0.67% | - |
| XYZ | 32.58 | 29.52 | 39.1 | - |
| YUV | 150.83 | 135.43 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 138 | 164 | 0 | 0.19 | 0.04 | 0.33 | 312.73 | 0.16 | 0.61 |
| Hex | AB | 8A | A4 | 0 | 13 | 4 | 21 | 139 | 10 | 3D |
| Octal | 253 | 212 | 244 | 0 | 23 | 4 | 41 | 471 | 20 | 75 |
| Binary | 10101011 | 10001010 | 10100100 | 0 | 10011 | 100 | 100001 | 100111001 | 10000 | 111101 |
Color Harmonies of #AB8AA4
Complementary color
Monochromatic Colors of #AB8AA4
Black with #AB8AA4
Text Example
Text Example
White with #AB8AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8AA4; }
p { color: rgb(171,138,164); }
H1.HeaderClassName
{
color: #AB8AA4;
}
.AnyTagClassName
{
color: #AB8AA4;
}
</style>
background-color css
<style>
a { background-color: #AB8AA4; }
a { background-color: rgb(171,138,164); }
div.DivClassName
{
background-color: #AB8AA4;
}
.BgClassName
{
background-color: #AB8AA4;
}
</style>
border-color css
<style>
span { border-color: #AB8AA4; }
span { border-color: rgb(171,138,164); }
td.TdClassName
{
border-color: #AB8AA4;
}
.TagClassName
{
border-color: #AB8AA4;
}
</style>