Shades of London Hue #AB8CAD
Tints of London Hue #AB8CAD
RGB
CMYK
RGB Variations
Color information
#AB8CAD (or 0xAB8CAD) is known color: London Hue. HEX triplet: AB, 8C and AD. RGB value is (171,140,173). Sum of RGB (Red+Green+Blue) = 171+140+173=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB8CAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8CAD is #547352. Grayscale: #989898. Windows color (decimal): -5534547 or 11373739. OLE color: 11373739.
HSL color Cylindrical-coordinate representation of color #AB8CAD: hue angle of 296.36º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AB8CAD is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
RGB | 171 | 140 | 173 | - |
CMYK | 0.01 | 0.19 | 0 | 0.32 |
HSL | 296.36º | 0.17% | 0.61% | - |
HSV(B) | 296.36º | 0.19% | 0.68% | - |
XYZ | 33.72 | 30.43 | 43.63 | - |
YUV | 153.03 | 139.27 | 140.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 140 | 173 | 0.01 | 0.19 | 0 | 0.32 | 296.36 | 0.17 | 0.61 |
Hex | AB | 8C | AD | 1 | 13 | 0 | 20 | 128 | 11 | 3D |
Octal | 253 | 214 | 255 | 1 | 23 | 0 | 40 | 450 | 21 | 75 |
Binary | 10101011 | 10001100 | 10101101 | 1 | 10011 | 0 | 100000 | 100101000 | 10001 | 111101 |
Color Harmonies of #AB8CAD
Complementary color
Monochromatic Colors of #AB8CAD
Black with #AB8CAD
Text Example
Text Example
White with #AB8CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8CAD; }
p { color: rgb(171,140,173); }
H1.HeaderClassName
{
color: #AB8CAD;
}
.AnyTagClassName
{
color: #AB8CAD;
}
</style>
background-color css
<style>
a { background-color: #AB8CAD; }
a { background-color: rgb(171,140,173); }
div.DivClassName
{
background-color: #AB8CAD;
}
.BgClassName
{
background-color: #AB8CAD;
}
</style>
border-color css
<style>
span { border-color: #AB8CAD; }
span { border-color: rgb(171,140,173); }
td.TdClassName
{
border-color: #AB8CAD;
}
.TagClassName
{
border-color: #AB8CAD;
}
</style>