Shades of London Hue #A983AB
Tints of London Hue #A983AB
RGB
CMYK
RGB Variations
Color information
#A983AB (or 0xA983AB) is known color: London Hue. HEX triplet: A9, 83 and AB. RGB value is (169,131,171). Sum of RGB (Red+Green+Blue) = 169+131+171=471 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.88% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 171 - color contains mainly: blue. Hex color #A983AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A983AB is #567C54. Grayscale: #929292. Windows color (decimal): -5667925 or 11240361. OLE color: 11240361.
HSL color Cylindrical-coordinate representation of color #A983AB: hue angle of 297º 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 #A983AB is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 131 | 171 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.33 |
| HSL | 297º | 0.19% | 0.59% | - |
| HSV(B) | 297º | 0.23% | 0.67% | - |
| XYZ | 31.83 | 27.61 | 42.18 | - |
| YUV | 146.92 | 141.59 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 131 | 171 | 0.01 | 0.23 | 0 | 0.33 | 297 | 0.19 | 0.59 |
| Hex | A9 | 83 | AB | 1 | 17 | 0 | 21 | 129 | 13 | 3B |
| Octal | 251 | 203 | 253 | 1 | 27 | 0 | 41 | 451 | 23 | 73 |
| Binary | 10101001 | 10000011 | 10101011 | 1 | 10111 | 0 | 100001 | 100101001 | 10011 | 111011 |
Color Harmonies of #A983AB
Complementary color
Monochromatic Colors of #A983AB
Black with #A983AB
Text Example
Text Example
White with #A983AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A983AB; }
p { color: rgb(169,131,171); }
H1.HeaderClassName
{
color: #A983AB;
}
.AnyTagClassName
{
color: #A983AB;
}
</style>
background-color css
<style>
a { background-color: #A983AB; }
a { background-color: rgb(169,131,171); }
div.DivClassName
{
background-color: #A983AB;
}
.BgClassName
{
background-color: #A983AB;
}
</style>
border-color css
<style>
span { border-color: #A983AB; }
span { border-color: rgb(169,131,171); }
td.TdClassName
{
border-color: #A983AB;
}
.TagClassName
{
border-color: #A983AB;
}
</style>