Shades of London Hue #A884AA
Tints of London Hue #A884AA
RGB
CMYK
RGB Variations
Color information
#A884AA (or 0xA884AA) is known color: London Hue. HEX triplet: A8, 84 and AA. RGB value is (168,132,170). Sum of RGB (Red+Green+Blue) = 168+132+170=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 132 (51.95% from 255 or 28.09% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 170 - color contains mainly: blue. Hex color #A884AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A884AA is #577B55. Grayscale: #929292. Windows color (decimal): -5733206 or 11175080. OLE color: 11175080.
HSL color Cylindrical-coordinate representation of color #A884AA: hue angle of 296.84º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A884AA is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 132 | 170 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.33 |
| HSL | 296.84º | 0.18% | 0.59% | - |
| HSV(B) | 296.84º | 0.22% | 0.67% | - |
| XYZ | 31.66 | 27.73 | 41.71 | - |
| YUV | 147.1 | 140.93 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 132 | 170 | 0.01 | 0.22 | 0 | 0.33 | 296.84 | 0.18 | 0.59 |
| Hex | A8 | 84 | AA | 1 | 16 | 0 | 21 | 129 | 12 | 3B |
| Octal | 250 | 204 | 252 | 1 | 26 | 0 | 41 | 451 | 22 | 73 |
| Binary | 10101000 | 10000100 | 10101010 | 1 | 10110 | 0 | 100001 | 100101001 | 10010 | 111011 |
Color Harmonies of #A884AA
Complementary color
Monochromatic Colors of #A884AA
Black with #A884AA
Text Example
Text Example
White with #A884AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A884AA; }
p { color: rgb(168,132,170); }
H1.HeaderClassName
{
color: #A884AA;
}
.AnyTagClassName
{
color: #A884AA;
}
</style>
background-color css
<style>
a { background-color: #A884AA; }
a { background-color: rgb(168,132,170); }
div.DivClassName
{
background-color: #A884AA;
}
.BgClassName
{
background-color: #A884AA;
}
</style>
border-color css
<style>
span { border-color: #A884AA; }
span { border-color: rgb(168,132,170); }
td.TdClassName
{
border-color: #A884AA;
}
.TagClassName
{
border-color: #A884AA;
}
</style>