Shades of London Hue #A880AB
Tints of London Hue #A880AB
RGB
CMYK
RGB Variations
Color information
#A880AB (or 0xA880AB) is known color: London Hue. HEX triplet: A8, 80 and AB. RGB value is (168,128,171). Sum of RGB (Red+Green+Blue) = 168+128+171=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 171 - color contains mainly: blue. Hex color #A880AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A880AB is #577F54. Grayscale: #909090. Windows color (decimal): -5734229 or 11239592. OLE color: 11239592.
HSL color Cylindrical-coordinate representation of color #A880AB: hue angle of 295.81º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A880AB is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 128 | 171 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.33 |
| HSL | 295.81º | 0.2% | 0.59% | - |
| HSV(B) | 295.81º | 0.25% | 0.67% | - |
| XYZ | 31.22 | 26.7 | 42.04 | - |
| YUV | 144.86 | 142.75 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 128 | 171 | 0.02 | 0.25 | 0 | 0.33 | 295.81 | 0.2 | 0.59 |
| Hex | A8 | 80 | AB | 2 | 19 | 0 | 21 | 128 | 14 | 3B |
| Octal | 250 | 200 | 253 | 2 | 31 | 0 | 41 | 450 | 24 | 73 |
| Binary | 10101000 | 10000000 | 10101011 | 10 | 11001 | 0 | 100001 | 100101000 | 10100 | 111011 |
Color Harmonies of #A880AB
Complementary color
Monochromatic Colors of #A880AB
Black with #A880AB
Text Example
Text Example
White with #A880AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A880AB; }
p { color: rgb(168,128,171); }
H1.HeaderClassName
{
color: #A880AB;
}
.AnyTagClassName
{
color: #A880AB;
}
</style>
background-color css
<style>
a { background-color: #A880AB; }
a { background-color: rgb(168,128,171); }
div.DivClassName
{
background-color: #A880AB;
}
.BgClassName
{
background-color: #A880AB;
}
</style>
border-color css
<style>
span { border-color: #A880AB; }
span { border-color: rgb(168,128,171); }
td.TdClassName
{
border-color: #A880AB;
}
.TagClassName
{
border-color: #A880AB;
}
</style>