Shades of London Hue #A891A8
Tints of London Hue #A891A8
RGB
CMYK
RGB Variations
Color information
#A891A8 (or 0xA891A8) is known color: London Hue. HEX triplet: A8, 91 and A8. RGB value is (168,145,168). Sum of RGB (Red+Green+Blue) = 168+145+168=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 145 (57.03% from 255 or 30.15% from 481); Blue value is 168 (66.02% from 255 or 34.93% from 481); Max value from RGB is 168 - color contains mainly: red, blue. Hex color #A891A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A891A8 is #576E57. Grayscale: #9A9A9A. Windows color (decimal): -5729880 or 11047336. OLE color: 11047336.
HSL color Cylindrical-coordinate representation of color #A891A8: hue angle of 300º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A891A8 is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
RGB | 168 | 145 | 168 | - |
CMYK | 0 | 0.14 | 0 | 0.34 |
HSL | 300º | 0.12% | 0.61% | - |
HSV(B) | 300º | 0.14% | 0.66% | - |
XYZ | 33.34 | 31.4 | 41.35 | - |
YUV | 154.5 | 135.62 | 137.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 145 | 168 | 0 | 0.14 | 0 | 0.34 | 300 | 0.12 | 0.61 |
Hex | A8 | 91 | A8 | 0 | E | 0 | 22 | 12C | C | 3D |
Octal | 250 | 221 | 250 | 0 | 16 | 0 | 42 | 454 | 14 | 75 |
Binary | 10101000 | 10010001 | 10101000 | 0 | 1110 | 0 | 100010 | 100101100 | 1100 | 111101 |
Color Harmonies of #A891A8
Complementary color
Monochromatic Colors of #A891A8
Black with #A891A8
Text Example
Text Example
White with #A891A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A891A8; }
p { color: rgb(168,145,168); }
H1.HeaderClassName
{
color: #A891A8;
}
.AnyTagClassName
{
color: #A891A8;
}
</style>
background-color css
<style>
a { background-color: #A891A8; }
a { background-color: rgb(168,145,168); }
div.DivClassName
{
background-color: #A891A8;
}
.BgClassName
{
background-color: #A891A8;
}
</style>
border-color css
<style>
span { border-color: #A891A8; }
span { border-color: rgb(168,145,168); }
td.TdClassName
{
border-color: #A891A8;
}
.TagClassName
{
border-color: #A891A8;
}
</style>