Shades of London Hue #A18BA3
Tints of London Hue #A18BA3
RGB
CMYK
RGB Variations
Color information
#A18BA3 (or 0xA18BA3) is known color: London Hue. HEX triplet: A1, 8B and A3. RGB value is (161,139,163). Sum of RGB (Red+Green+Blue) = 161+139+163=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 163 (64.06% from 255 or 35.21% from 463); Max value from RGB is 163 - color contains mainly: blue. Hex color #A18BA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18BA3 is #5E745C. Grayscale: #949494. Windows color (decimal): -6190173 or 10718113. OLE color: 10718113.
HSL color Cylindrical-coordinate representation of color #A18BA3: hue angle of 295º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A18BA3 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 139 | 163 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.36 |
| HSL | 295º | 0.12% | 0.59% | - |
| HSV(B) | 295º | 0.15% | 0.64% | - |
| XYZ | 30.54 | 28.69 | 38.58 | - |
| YUV | 148.31 | 136.29 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 139 | 163 | 0.01 | 0.15 | 0 | 0.36 | 295 | 0.12 | 0.59 |
| Hex | A1 | 8B | A3 | 1 | F | 0 | 24 | 127 | C | 3B |
| Octal | 241 | 213 | 243 | 1 | 17 | 0 | 44 | 447 | 14 | 73 |
| Binary | 10100001 | 10001011 | 10100011 | 1 | 1111 | 0 | 100100 | 100100111 | 1100 | 111011 |
Color Harmonies of #A18BA3
Complementary color
Monochromatic Colors of #A18BA3
Black with #A18BA3
Text Example
Text Example
White with #A18BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18BA3; }
p { color: rgb(161,139,163); }
H1.HeaderClassName
{
color: #A18BA3;
}
.AnyTagClassName
{
color: #A18BA3;
}
</style>
background-color css
<style>
a { background-color: #A18BA3; }
a { background-color: rgb(161,139,163); }
div.DivClassName
{
background-color: #A18BA3;
}
.BgClassName
{
background-color: #A18BA3;
}
</style>
border-color css
<style>
span { border-color: #A18BA3; }
span { border-color: rgb(161,139,163); }
td.TdClassName
{
border-color: #A18BA3;
}
.TagClassName
{
border-color: #A18BA3;
}
</style>