Shades of London Hue #A880A3
Tints of London Hue #A880A3
RGB
CMYK
RGB Variations
Color information
#A880A3 (or 0xA880A3) is known color: London Hue. HEX triplet: A8, 80 and A3. RGB value is (168,128,163). Sum of RGB (Red+Green+Blue) = 168+128+163=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 163 (64.06% from 255 or 35.51% from 459); Max value from RGB is 168 - color contains mainly: red. Hex color #A880A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A880A3 is #577F5C. Grayscale: #8F8F8F. Windows color (decimal): -5734237 or 10715304. OLE color: 10715304.
HSL color Cylindrical-coordinate representation of color #A880A3: hue angle of 307.5º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A880A3 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 128 | 163 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.34 |
| HSL | 307.5º | 0.19% | 0.58% | - |
| HSV(B) | 307.5º | 0.24% | 0.66% | - |
| XYZ | 30.48 | 26.41 | 38.14 | - |
| YUV | 143.95 | 138.75 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 128 | 163 | 0 | 0.24 | 0.03 | 0.34 | 307.5 | 0.19 | 0.58 |
| Hex | A8 | 80 | A3 | 0 | 18 | 3 | 22 | 134 | 13 | 3A |
| Octal | 250 | 200 | 243 | 0 | 30 | 3 | 42 | 464 | 23 | 72 |
| Binary | 10101000 | 10000000 | 10100011 | 0 | 11000 | 11 | 100010 | 100110100 | 10011 | 111010 |
Color Harmonies of #A880A3
Complementary color
Monochromatic Colors of #A880A3
Black with #A880A3
Text Example
Text Example
White with #A880A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A880A3; }
p { color: rgb(168,128,163); }
H1.HeaderClassName
{
color: #A880A3;
}
.AnyTagClassName
{
color: #A880A3;
}
</style>
background-color css
<style>
a { background-color: #A880A3; }
a { background-color: rgb(168,128,163); }
div.DivClassName
{
background-color: #A880A3;
}
.BgClassName
{
background-color: #A880A3;
}
</style>
border-color css
<style>
span { border-color: #A880A3; }
span { border-color: rgb(168,128,163); }
td.TdClassName
{
border-color: #A880A3;
}
.TagClassName
{
border-color: #A880A3;
}
</style>