Shades of London Hue #A882AA
Tints of London Hue #A882AA
RGB
CMYK
RGB Variations
Color information
#A882AA (or 0xA882AA) is known color: London Hue. HEX triplet: A8, 82 and AA. RGB value is (168,130,170). Sum of RGB (Red+Green+Blue) = 168+130+170=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 170 - color contains mainly: blue. Hex color #A882AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A882AA is #577D55. Grayscale: #919191. Windows color (decimal): -5733718 or 11174568. OLE color: 11174568.
HSL color Cylindrical-coordinate representation of color #A882AA: hue angle of 297º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A882AA is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 130 | 170 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.33 |
| HSL | 297º | 0.19% | 0.59% | - |
| HSV(B) | 297º | 0.24% | 0.67% | - |
| XYZ | 31.39 | 27.19 | 41.62 | - |
| YUV | 145.92 | 141.59 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 130 | 170 | 0.01 | 0.24 | 0 | 0.33 | 297 | 0.19 | 0.59 |
| Hex | A8 | 82 | AA | 1 | 18 | 0 | 21 | 129 | 13 | 3B |
| Octal | 250 | 202 | 252 | 1 | 30 | 0 | 41 | 451 | 23 | 73 |
| Binary | 10101000 | 10000010 | 10101010 | 1 | 11000 | 0 | 100001 | 100101001 | 10011 | 111011 |
Color Harmonies of #A882AA
Complementary color
Monochromatic Colors of #A882AA
Black with #A882AA
Text Example
Text Example
White with #A882AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A882AA; }
p { color: rgb(168,130,170); }
H1.HeaderClassName
{
color: #A882AA;
}
.AnyTagClassName
{
color: #A882AA;
}
</style>
background-color css
<style>
a { background-color: #A882AA; }
a { background-color: rgb(168,130,170); }
div.DivClassName
{
background-color: #A882AA;
}
.BgClassName
{
background-color: #A882AA;
}
</style>
border-color css
<style>
span { border-color: #A882AA; }
span { border-color: rgb(168,130,170); }
td.TdClassName
{
border-color: #A882AA;
}
.TagClassName
{
border-color: #A882AA;
}
</style>