Shades of London Hue #A18FA1
Tints of London Hue #A18FA1
RGB
CMYK
RGB Variations
Color information
#A18FA1 (or 0xA18FA1) is known color: London Hue. HEX triplet: A1, 8F and A1. RGB value is (161,143,161). Sum of RGB (Red+Green+Blue) = 161+143+161=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 143 (56.25% from 255 or 30.75% from 465); Blue value is 161 (63.28% from 255 or 34.62% from 465); Max value from RGB is 161 - color contains mainly: red, blue. Hex color #A18FA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18FA1 is #5E705E. Grayscale: #969696. Windows color (decimal): -6189151 or 10588065. OLE color: 10588065.
HSL color Cylindrical-coordinate representation of color #A18FA1: hue angle of 300º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A18FA1 is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 143 | 161 | - |
| CMYK | 0 | 0.11 | 0 | 0.37 |
| HSL | 300º | 0.09% | 0.6% | - |
| HSV(B) | 300º | 0.11% | 0.63% | - |
| XYZ | 30.95 | 29.8 | 37.84 | - |
| YUV | 150.43 | 133.96 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 143 | 161 | 0 | 0.11 | 0 | 0.37 | 300 | 0.09 | 0.6 |
| Hex | A1 | 8F | A1 | 0 | B | 0 | 25 | 12C | 9 | 3C |
| Octal | 241 | 217 | 241 | 0 | 13 | 0 | 45 | 454 | 11 | 74 |
| Binary | 10100001 | 10001111 | 10100001 | 0 | 1011 | 0 | 100101 | 100101100 | 1001 | 111100 |
Color Harmonies of #A18FA1
Complementary color
Monochromatic Colors of #A18FA1
Black with #A18FA1
Text Example
Text Example
White with #A18FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18FA1; }
p { color: rgb(161,143,161); }
H1.HeaderClassName
{
color: #A18FA1;
}
.AnyTagClassName
{
color: #A18FA1;
}
</style>
background-color css
<style>
a { background-color: #A18FA1; }
a { background-color: rgb(161,143,161); }
div.DivClassName
{
background-color: #A18FA1;
}
.BgClassName
{
background-color: #A18FA1;
}
</style>
border-color css
<style>
span { border-color: #A18FA1; }
span { border-color: rgb(161,143,161); }
td.TdClassName
{
border-color: #A18FA1;
}
.TagClassName
{
border-color: #A18FA1;
}
</style>