Shades of London Hue #A883AD
Tints of London Hue #A883AD
RGB
CMYK
RGB Variations
Color information
#A883AD (or 0xA883AD) is known color: London Hue. HEX triplet: A8, 83 and AD. RGB value is (168,131,173). Sum of RGB (Red+Green+Blue) = 168+131+173=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 173 - color contains mainly: blue. Hex color #A883AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A883AD is #577C52. Grayscale: #929292. Windows color (decimal): -5733459 or 11371432. OLE color: 11371432.
HSL color Cylindrical-coordinate representation of color #A883AD: hue angle of 292.86º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A883AD is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 131 | 173 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.32 |
| HSL | 292.86º | 0.2% | 0.6% | - |
| HSV(B) | 292.86º | 0.24% | 0.68% | - |
| XYZ | 31.81 | 27.57 | 43.18 | - |
| YUV | 146.85 | 142.76 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 131 | 173 | 0.03 | 0.24 | 0 | 0.32 | 292.86 | 0.2 | 0.6 |
| Hex | A8 | 83 | AD | 3 | 18 | 0 | 20 | 125 | 14 | 3C |
| Octal | 250 | 203 | 255 | 3 | 30 | 0 | 40 | 445 | 24 | 74 |
| Binary | 10101000 | 10000011 | 10101101 | 11 | 11000 | 0 | 100000 | 100100101 | 10100 | 111100 |
Color Harmonies of #A883AD
Complementary color
Monochromatic Colors of #A883AD
Black with #A883AD
Text Example
Text Example
White with #A883AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A883AD; }
p { color: rgb(168,131,173); }
H1.HeaderClassName
{
color: #A883AD;
}
.AnyTagClassName
{
color: #A883AD;
}
</style>
background-color css
<style>
a { background-color: #A883AD; }
a { background-color: rgb(168,131,173); }
div.DivClassName
{
background-color: #A883AD;
}
.BgClassName
{
background-color: #A883AD;
}
</style>
border-color css
<style>
span { border-color: #A883AD; }
span { border-color: rgb(168,131,173); }
td.TdClassName
{
border-color: #A883AD;
}
.TagClassName
{
border-color: #A883AD;
}
</style>