Shades of London Hue #A880AC
Tints of London Hue #A880AC
RGB
CMYK
RGB Variations
Color information
#A880AC (or 0xA880AC) is known color: London Hue. HEX triplet: A8, 80 and AC. RGB value is (168,128,172). Sum of RGB (Red+Green+Blue) = 168+128+172=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 172 - color contains mainly: blue. Hex color #A880AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A880AC is #577F53. Grayscale: #909090. Windows color (decimal): -5734228 or 11305128. OLE color: 11305128.
HSL color Cylindrical-coordinate representation of color #A880AC: hue angle of 294.55º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A880AC is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 128 | 172 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.33 |
| HSL | 294.55º | 0.21% | 0.59% | - |
| HSV(B) | 294.55º | 0.26% | 0.67% | - |
| XYZ | 31.31 | 26.74 | 42.54 | - |
| YUV | 144.98 | 143.25 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 128 | 172 | 0.02 | 0.26 | 0 | 0.33 | 294.55 | 0.21 | 0.59 |
| Hex | A8 | 80 | AC | 2 | 1A | 0 | 21 | 127 | 15 | 3B |
| Octal | 250 | 200 | 254 | 2 | 32 | 0 | 41 | 447 | 25 | 73 |
| Binary | 10101000 | 10000000 | 10101100 | 10 | 11010 | 0 | 100001 | 100100111 | 10101 | 111011 |
Color Harmonies of #A880AC
Complementary color
Monochromatic Colors of #A880AC
Black with #A880AC
Text Example
Text Example
White with #A880AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A880AC; }
p { color: rgb(168,128,172); }
H1.HeaderClassName
{
color: #A880AC;
}
.AnyTagClassName
{
color: #A880AC;
}
</style>
background-color css
<style>
a { background-color: #A880AC; }
a { background-color: rgb(168,128,172); }
div.DivClassName
{
background-color: #A880AC;
}
.BgClassName
{
background-color: #A880AC;
}
</style>
border-color css
<style>
span { border-color: #A880AC; }
span { border-color: rgb(168,128,172); }
td.TdClassName
{
border-color: #A880AC;
}
.TagClassName
{
border-color: #A880AC;
}
</style>