Shades of London Hue #A885AA
Tints of London Hue #A885AA
RGB
CMYK
RGB Variations
Color information
#A885AA (or 0xA885AA) is known color: London Hue. HEX triplet: A8, 85 and AA. RGB value is (168,133,170). Sum of RGB (Red+Green+Blue) = 168+133+170=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 170 - color contains mainly: blue. Hex color #A885AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A885AA is #577A55. Grayscale: #939393. Windows color (decimal): -5732950 or 11175336. OLE color: 11175336.
HSL color Cylindrical-coordinate representation of color #A885AA: hue angle of 296.76º 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 #A885AA is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 133 | 170 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.33 |
| HSL | 296.76º | 0.18% | 0.59% | - |
| HSV(B) | 296.76º | 0.22% | 0.67% | - |
| XYZ | 31.79 | 28 | 41.76 | - |
| YUV | 147.68 | 140.6 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 133 | 170 | 0.01 | 0.22 | 0 | 0.33 | 296.76 | 0.18 | 0.59 |
| Hex | A8 | 85 | AA | 1 | 16 | 0 | 21 | 129 | 12 | 3B |
| Octal | 250 | 205 | 252 | 1 | 26 | 0 | 41 | 451 | 22 | 73 |
| Binary | 10101000 | 10000101 | 10101010 | 1 | 10110 | 0 | 100001 | 100101001 | 10010 | 111011 |
Color Harmonies of #A885AA
Complementary color
Monochromatic Colors of #A885AA
Black with #A885AA
Text Example
Text Example
White with #A885AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A885AA; }
p { color: rgb(168,133,170); }
H1.HeaderClassName
{
color: #A885AA;
}
.AnyTagClassName
{
color: #A885AA;
}
</style>
background-color css
<style>
a { background-color: #A885AA; }
a { background-color: rgb(168,133,170); }
div.DivClassName
{
background-color: #A885AA;
}
.BgClassName
{
background-color: #A885AA;
}
</style>
border-color css
<style>
span { border-color: #A885AA; }
span { border-color: rgb(168,133,170); }
td.TdClassName
{
border-color: #A885AA;
}
.TagClassName
{
border-color: #A885AA;
}
</style>