Shades of London Hue #A983A5
Tints of London Hue #A983A5
RGB
CMYK
RGB Variations
Color information
#A983A5 (or 0xA983A5) is known color: London Hue. HEX triplet: A9, 83 and A5. RGB value is (169,131,165). Sum of RGB (Red+Green+Blue) = 169+131+165=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 165 (64.84% from 255 or 35.48% from 465); Max value from RGB is 169 - color contains mainly: red. Hex color #A983A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A983A5 is #567C5A. Grayscale: #929292. Windows color (decimal): -5667931 or 10847145. OLE color: 10847145.
HSL color Cylindrical-coordinate representation of color #A983A5: hue angle of 306.32º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A983A5 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 131 | 165 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.34 |
| HSL | 306.32º | 0.18% | 0.59% | - |
| HSV(B) | 306.32º | 0.22% | 0.66% | - |
| XYZ | 31.27 | 27.38 | 39.23 | - |
| YUV | 146.24 | 138.59 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 131 | 165 | 0 | 0.22 | 0.02 | 0.34 | 306.32 | 0.18 | 0.59 |
| Hex | A9 | 83 | A5 | 0 | 16 | 2 | 22 | 132 | 12 | 3B |
| Octal | 251 | 203 | 245 | 0 | 26 | 2 | 42 | 462 | 22 | 73 |
| Binary | 10101001 | 10000011 | 10100101 | 0 | 10110 | 10 | 100010 | 100110010 | 10010 | 111011 |
Color Harmonies of #A983A5
Complementary color
Monochromatic Colors of #A983A5
Black with #A983A5
Text Example
Text Example
White with #A983A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A983A5; }
p { color: rgb(169,131,165); }
H1.HeaderClassName
{
color: #A983A5;
}
.AnyTagClassName
{
color: #A983A5;
}
</style>
background-color css
<style>
a { background-color: #A983A5; }
a { background-color: rgb(169,131,165); }
div.DivClassName
{
background-color: #A983A5;
}
.BgClassName
{
background-color: #A983A5;
}
</style>
border-color css
<style>
span { border-color: #A983A5; }
span { border-color: rgb(169,131,165); }
td.TdClassName
{
border-color: #A983A5;
}
.TagClassName
{
border-color: #A983A5;
}
</style>