Shades of London Hue #A885AD
Tints of London Hue #A885AD
RGB
CMYK
RGB Variations
Color information
#A885AD (or 0xA885AD) is known color: London Hue. HEX triplet: A8, 85 and AD. RGB value is (168,133,173). Sum of RGB (Red+Green+Blue) = 168+133+173=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 133 (52.34% from 255 or 28.06% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 173 - color contains mainly: blue. Hex color #A885AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A885AD is #577A52. Grayscale: #939393. Windows color (decimal): -5732947 or 11371944. OLE color: 11371944.
HSL color Cylindrical-coordinate representation of color #A885AD: hue angle of 292.5º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A885AD is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 133 | 173 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.32 |
| HSL | 292.5º | 0.2% | 0.6% | - |
| HSV(B) | 292.5º | 0.23% | 0.68% | - |
| XYZ | 32.08 | 28.12 | 43.27 | - |
| YUV | 148.03 | 142.1 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 133 | 173 | 0.03 | 0.23 | 0 | 0.32 | 292.5 | 0.2 | 0.6 |
| Hex | A8 | 85 | AD | 3 | 17 | 0 | 20 | 124 | 14 | 3C |
| Octal | 250 | 205 | 255 | 3 | 27 | 0 | 40 | 444 | 24 | 74 |
| Binary | 10101000 | 10000101 | 10101101 | 11 | 10111 | 0 | 100000 | 100100100 | 10100 | 111100 |
Color Harmonies of #A885AD
Complementary color
Monochromatic Colors of #A885AD
Black with #A885AD
Text Example
Text Example
White with #A885AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A885AD; }
p { color: rgb(168,133,173); }
H1.HeaderClassName
{
color: #A885AD;
}
.AnyTagClassName
{
color: #A885AD;
}
</style>
background-color css
<style>
a { background-color: #A885AD; }
a { background-color: rgb(168,133,173); }
div.DivClassName
{
background-color: #A885AD;
}
.BgClassName
{
background-color: #A885AD;
}
</style>
border-color css
<style>
span { border-color: #A885AD; }
span { border-color: rgb(168,133,173); }
td.TdClassName
{
border-color: #A885AD;
}
.TagClassName
{
border-color: #A885AD;
}
</style>