Shades of London Hue #A882AD
Tints of London Hue #A882AD
RGB
CMYK
RGB Variations
Color information
#A882AD (or 0xA882AD) is known color: London Hue. HEX triplet: A8, 82 and AD. RGB value is (168,130,173). Sum of RGB (Red+Green+Blue) = 168+130+173=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 173 - color contains mainly: blue. Hex color #A882AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A882AD is #577D52. Grayscale: #929292. Windows color (decimal): -5733715 or 11371176. OLE color: 11371176.
HSL color Cylindrical-coordinate representation of color #A882AD: hue angle of 293.02º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A882AD is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 130 | 173 | - |
| CMYK | 0.03 | 0.25 | 0 | 0.32 |
| HSL | 293.02º | 0.21% | 0.59% | - |
| HSV(B) | 293.02º | 0.25% | 0.68% | - |
| XYZ | 31.67 | 27.31 | 43.14 | - |
| YUV | 146.26 | 143.09 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 130 | 173 | 0.03 | 0.25 | 0 | 0.32 | 293.02 | 0.21 | 0.59 |
| Hex | A8 | 82 | AD | 3 | 19 | 0 | 20 | 125 | 15 | 3B |
| Octal | 250 | 202 | 255 | 3 | 31 | 0 | 40 | 445 | 25 | 73 |
| Binary | 10101000 | 10000010 | 10101101 | 11 | 11001 | 0 | 100000 | 100100101 | 10101 | 111011 |
Color Harmonies of #A882AD
Complementary color
Monochromatic Colors of #A882AD
Black with #A882AD
Text Example
Text Example
White with #A882AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A882AD; }
p { color: rgb(168,130,173); }
H1.HeaderClassName
{
color: #A882AD;
}
.AnyTagClassName
{
color: #A882AD;
}
</style>
background-color css
<style>
a { background-color: #A882AD; }
a { background-color: rgb(168,130,173); }
div.DivClassName
{
background-color: #A882AD;
}
.BgClassName
{
background-color: #A882AD;
}
</style>
border-color css
<style>
span { border-color: #A882AD; }
span { border-color: rgb(168,130,173); }
td.TdClassName
{
border-color: #A882AD;
}
.TagClassName
{
border-color: #A882AD;
}
</style>