Shades of London Hue #A883AA
Tints of London Hue #A883AA
RGB
CMYK
RGB Variations
Color information
#A883AA (or 0xA883AA) is known color: London Hue. HEX triplet: A8, 83 and AA. RGB value is (168,131,170). Sum of RGB (Red+Green+Blue) = 168+131+170=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 131 (51.56% from 255 or 27.93% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 170 - color contains mainly: blue. Hex color #A883AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A883AA is #577C55. Grayscale: #929292. Windows color (decimal): -5733462 or 11174824. OLE color: 11174824.
HSL color Cylindrical-coordinate representation of color #A883AA: hue angle of 296.92º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A883AA is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 131 | 170 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.33 |
| HSL | 296.92º | 0.19% | 0.59% | - |
| HSV(B) | 296.92º | 0.23% | 0.67% | - |
| XYZ | 31.52 | 27.46 | 41.67 | - |
| YUV | 146.51 | 141.26 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 131 | 170 | 0.01 | 0.23 | 0 | 0.33 | 296.92 | 0.19 | 0.59 |
| Hex | A8 | 83 | AA | 1 | 17 | 0 | 21 | 129 | 13 | 3B |
| Octal | 250 | 203 | 252 | 1 | 27 | 0 | 41 | 451 | 23 | 73 |
| Binary | 10101000 | 10000011 | 10101010 | 1 | 10111 | 0 | 100001 | 100101001 | 10011 | 111011 |
Color Harmonies of #A883AA
Complementary color
Monochromatic Colors of #A883AA
Black with #A883AA
Text Example
Text Example
White with #A883AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A883AA; }
p { color: rgb(168,131,170); }
H1.HeaderClassName
{
color: #A883AA;
}
.AnyTagClassName
{
color: #A883AA;
}
</style>
background-color css
<style>
a { background-color: #A883AA; }
a { background-color: rgb(168,131,170); }
div.DivClassName
{
background-color: #A883AA;
}
.BgClassName
{
background-color: #A883AA;
}
</style>
border-color css
<style>
span { border-color: #A883AA; }
span { border-color: rgb(168,131,170); }
td.TdClassName
{
border-color: #A883AA;
}
.TagClassName
{
border-color: #A883AA;
}
</style>