Shades of London Hue #A18FA2
Tints of London Hue #A18FA2
RGB
CMYK
RGB Variations
Color information
#A18FA2 (or 0xA18FA2) is known color: London Hue. HEX triplet: A1, 8F and A2. RGB value is (161,143,162). Sum of RGB (Red+Green+Blue) = 161+143+162=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 162 (63.67% from 255 or 34.76% from 466); Max value from RGB is 162 - color contains mainly: blue. Hex color #A18FA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18FA2 is #5E705D. Grayscale: #969696. Windows color (decimal): -6189150 or 10653601. OLE color: 10653601.
HSL color Cylindrical-coordinate representation of color #A18FA2: hue angle of 296.84º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A18FA2 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 143 | 162 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.36 |
| HSL | 296.84º | 0.09% | 0.6% | - |
| HSV(B) | 296.84º | 0.12% | 0.64% | - |
| XYZ | 31.04 | 29.83 | 38.3 | - |
| YUV | 150.55 | 134.46 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 143 | 162 | 0.01 | 0.12 | 0 | 0.36 | 296.84 | 0.09 | 0.6 |
| Hex | A1 | 8F | A2 | 1 | C | 0 | 24 | 129 | 9 | 3C |
| Octal | 241 | 217 | 242 | 1 | 14 | 0 | 44 | 451 | 11 | 74 |
| Binary | 10100001 | 10001111 | 10100010 | 1 | 1100 | 0 | 100100 | 100101001 | 1001 | 111100 |
Color Harmonies of #A18FA2
Complementary color
Monochromatic Colors of #A18FA2
Black with #A18FA2
Text Example
Text Example
White with #A18FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18FA2; }
p { color: rgb(161,143,162); }
H1.HeaderClassName
{
color: #A18FA2;
}
.AnyTagClassName
{
color: #A18FA2;
}
</style>
background-color css
<style>
a { background-color: #A18FA2; }
a { background-color: rgb(161,143,162); }
div.DivClassName
{
background-color: #A18FA2;
}
.BgClassName
{
background-color: #A18FA2;
}
</style>
border-color css
<style>
span { border-color: #A18FA2; }
span { border-color: rgb(161,143,162); }
td.TdClassName
{
border-color: #A18FA2;
}
.TagClassName
{
border-color: #A18FA2;
}
</style>