Shades of London Hue #A893AB
Tints of London Hue #A893AB
RGB
CMYK
RGB Variations
Color information
#A893AB (or 0xA893AB) is known color: London Hue. HEX triplet: A8, 93 and AB. RGB value is (168,147,171). Sum of RGB (Red+Green+Blue) = 168+147+171=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 171 - color contains mainly: blue. Hex color #A893AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A893AB is #576C54. Grayscale: #9B9B9B. Windows color (decimal): -5729365 or 11244456. OLE color: 11244456.
HSL color Cylindrical-coordinate representation of color #A893AB: hue angle of 292.5º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A893AB is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 147 | 171 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.33 |
| HSL | 292.5º | 0.13% | 0.62% | - |
| HSV(B) | 292.5º | 0.14% | 0.67% | - |
| XYZ | 33.93 | 32.13 | 42.94 | - |
| YUV | 156.02 | 136.46 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 147 | 171 | 0.02 | 0.14 | 0 | 0.33 | 292.5 | 0.13 | 0.62 |
| Hex | A8 | 93 | AB | 2 | E | 0 | 21 | 124 | C | 3E |
| Octal | 250 | 223 | 253 | 2 | 16 | 0 | 41 | 444 | 14 | 76 |
| Binary | 10101000 | 10010011 | 10101011 | 10 | 1110 | 0 | 100001 | 100100100 | 1100 | 111110 |
Color Harmonies of #A893AB
Complementary color
Monochromatic Colors of #A893AB
Black with #A893AB
Text Example
Text Example
White with #A893AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A893AB; }
p { color: rgb(168,147,171); }
H1.HeaderClassName
{
color: #A893AB;
}
.AnyTagClassName
{
color: #A893AB;
}
</style>
background-color css
<style>
a { background-color: #A893AB; }
a { background-color: rgb(168,147,171); }
div.DivClassName
{
background-color: #A893AB;
}
.BgClassName
{
background-color: #A893AB;
}
</style>
border-color css
<style>
span { border-color: #A893AB; }
span { border-color: rgb(168,147,171); }
td.TdClassName
{
border-color: #A893AB;
}
.TagClassName
{
border-color: #A893AB;
}
</style>