Shades of London Hue #A38E9F
Tints of London Hue #A38E9F
RGB
CMYK
RGB Variations
Color information
#A38E9F (or 0xA38E9F) is known color: London Hue. HEX triplet: A3, 8E and 9F. RGB value is (163,142,159). Sum of RGB (Red+Green+Blue) = 163+142+159=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 163 - color contains mainly: red. Hex color #A38E9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38E9F is #5C7160. Grayscale: #969696. Windows color (decimal): -6058337 or 10456739. OLE color: 10456739.
HSL color Cylindrical-coordinate representation of color #A38E9F: hue angle of 311.43º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A38E9F is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 142 | 159 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.36 |
| HSL | 311.43º | 0.1% | 0.6% | - |
| HSV(B) | 311.43º | 0.13% | 0.64% | - |
| XYZ | 31.04 | 29.64 | 36.89 | - |
| YUV | 150.22 | 132.96 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 142 | 159 | 0 | 0.13 | 0.02 | 0.36 | 311.43 | 0.1 | 0.6 |
| Hex | A3 | 8E | 9F | 0 | D | 2 | 24 | 137 | A | 3C |
| Octal | 243 | 216 | 237 | 0 | 15 | 2 | 44 | 467 | 12 | 74 |
| Binary | 10100011 | 10001110 | 10011111 | 0 | 1101 | 10 | 100100 | 100110111 | 1010 | 111100 |
Color Harmonies of #A38E9F
Complementary color
Monochromatic Colors of #A38E9F
Black with #A38E9F
Text Example
Text Example
White with #A38E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38E9F; }
p { color: rgb(163,142,159); }
H1.HeaderClassName
{
color: #A38E9F;
}
.AnyTagClassName
{
color: #A38E9F;
}
</style>
background-color css
<style>
a { background-color: #A38E9F; }
a { background-color: rgb(163,142,159); }
div.DivClassName
{
background-color: #A38E9F;
}
.BgClassName
{
background-color: #A38E9F;
}
</style>
border-color css
<style>
span { border-color: #A38E9F; }
span { border-color: rgb(163,142,159); }
td.TdClassName
{
border-color: #A38E9F;
}
.TagClassName
{
border-color: #A38E9F;
}
</style>