Shades of London Hue #A386A0
Tints of London Hue #A386A0
RGB
CMYK
RGB Variations
Color information
#A386A0 (or 0xA386A0) is known color: London Hue. HEX triplet: A3, 86 and A0. RGB value is (163,134,160). Sum of RGB (Red+Green+Blue) = 163+134+160=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 134 (52.73% from 255 or 29.32% from 457); Blue value is 160 (62.89% from 255 or 35.01% from 457); Max value from RGB is 163 - color contains mainly: red. Hex color #A386A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A386A0 is #5C795F. Grayscale: #919191. Windows color (decimal): -6060384 or 10520227. OLE color: 10520227.
HSL color Cylindrical-coordinate representation of color #A386A0: hue angle of 306.21º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A386A0 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 134 | 160 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.36 |
| HSL | 306.21º | 0.14% | 0.58% | - |
| HSV(B) | 306.21º | 0.18% | 0.64% | - |
| XYZ | 29.97 | 27.37 | 36.96 | - |
| YUV | 145.64 | 136.11 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 134 | 160 | 0 | 0.18 | 0.02 | 0.36 | 306.21 | 0.14 | 0.58 |
| Hex | A3 | 86 | A0 | 0 | 12 | 2 | 24 | 132 | E | 3A |
| Octal | 243 | 206 | 240 | 0 | 22 | 2 | 44 | 462 | 16 | 72 |
| Binary | 10100011 | 10000110 | 10100000 | 0 | 10010 | 10 | 100100 | 100110010 | 1110 | 111010 |
Color Harmonies of #A386A0
Complementary color
Monochromatic Colors of #A386A0
Black with #A386A0
Text Example
Text Example
White with #A386A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A386A0; }
p { color: rgb(163,134,160); }
H1.HeaderClassName
{
color: #A386A0;
}
.AnyTagClassName
{
color: #A386A0;
}
</style>
background-color css
<style>
a { background-color: #A386A0; }
a { background-color: rgb(163,134,160); }
div.DivClassName
{
background-color: #A386A0;
}
.BgClassName
{
background-color: #A386A0;
}
</style>
border-color css
<style>
span { border-color: #A386A0; }
span { border-color: rgb(163,134,160); }
td.TdClassName
{
border-color: #A386A0;
}
.TagClassName
{
border-color: #A386A0;
}
</style>