Shades of London Hue #A883AB
Tints of London Hue #A883AB
RGB
CMYK
RGB Variations
Color information
#A883AB (or 0xA883AB) is known color: London Hue. HEX triplet: A8, 83 and AB. RGB value is (168,131,171). Sum of RGB (Red+Green+Blue) = 168+131+171=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 171 - color contains mainly: blue. Hex color #A883AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A883AB is #577C54. Grayscale: #929292. Windows color (decimal): -5733461 or 11240360. OLE color: 11240360.
HSL color Cylindrical-coordinate representation of color #A883AB: hue angle of 295.5º 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 #A883AB is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 131 | 171 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.33 |
| HSL | 295.5º | 0.19% | 0.59% | - |
| HSV(B) | 295.5º | 0.23% | 0.67% | - |
| XYZ | 31.62 | 27.5 | 42.17 | - |
| YUV | 146.62 | 141.76 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 131 | 171 | 0.02 | 0.23 | 0 | 0.33 | 295.5 | 0.19 | 0.59 |
| Hex | A8 | 83 | AB | 2 | 17 | 0 | 21 | 128 | 13 | 3B |
| Octal | 250 | 203 | 253 | 2 | 27 | 0 | 41 | 450 | 23 | 73 |
| Binary | 10101000 | 10000011 | 10101011 | 10 | 10111 | 0 | 100001 | 100101000 | 10011 | 111011 |
Color Harmonies of #A883AB
Complementary color
Monochromatic Colors of #A883AB
Black with #A883AB
Text Example
Text Example
White with #A883AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A883AB; }
p { color: rgb(168,131,171); }
H1.HeaderClassName
{
color: #A883AB;
}
.AnyTagClassName
{
color: #A883AB;
}
</style>
background-color css
<style>
a { background-color: #A883AB; }
a { background-color: rgb(168,131,171); }
div.DivClassName
{
background-color: #A883AB;
}
.BgClassName
{
background-color: #A883AB;
}
</style>
border-color css
<style>
span { border-color: #A883AB; }
span { border-color: rgb(168,131,171); }
td.TdClassName
{
border-color: #A883AB;
}
.TagClassName
{
border-color: #A883AB;
}
</style>