Shades of London Hue #A17FA2
Tints of London Hue #A17FA2
RGB
CMYK
RGB Variations
Color information
#A17FA2 (or 0xA17FA2) is known color: London Hue. HEX triplet: A1, 7F and A2. RGB value is (161,127,162). Sum of RGB (Red+Green+Blue) = 161+127+162=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 162 (63.67% from 255 or 36% from 450); Max value from RGB is 162 - color contains mainly: blue. Hex color #A17FA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17FA2 is #5E805D. Grayscale: #8D8D8D. Windows color (decimal): -6193246 or 10649505. OLE color: 10649505.
HSL color Cylindrical-coordinate representation of color #A17FA2: hue angle of 298.29º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A17FA2 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 127 | 162 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.36 |
| HSL | 298.29º | 0.16% | 0.57% | - |
| HSV(B) | 298.29º | 0.22% | 0.64% | - |
| XYZ | 28.81 | 25.36 | 37.56 | - |
| YUV | 141.16 | 139.76 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 127 | 162 | 0.01 | 0.22 | 0 | 0.36 | 298.29 | 0.16 | 0.57 |
| Hex | A1 | 7F | A2 | 1 | 16 | 0 | 24 | 12A | 10 | 39 |
| Octal | 241 | 177 | 242 | 1 | 26 | 0 | 44 | 452 | 20 | 71 |
| Binary | 10100001 | 1111111 | 10100010 | 1 | 10110 | 0 | 100100 | 100101010 | 10000 | 111001 |
Color Harmonies of #A17FA2
Complementary color
Monochromatic Colors of #A17FA2
Black with #A17FA2
Text Example
Text Example
White with #A17FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17FA2; }
p { color: rgb(161,127,162); }
H1.HeaderClassName
{
color: #A17FA2;
}
.AnyTagClassName
{
color: #A17FA2;
}
</style>
background-color css
<style>
a { background-color: #A17FA2; }
a { background-color: rgb(161,127,162); }
div.DivClassName
{
background-color: #A17FA2;
}
.BgClassName
{
background-color: #A17FA2;
}
</style>
border-color css
<style>
span { border-color: #A17FA2; }
span { border-color: rgb(161,127,162); }
td.TdClassName
{
border-color: #A17FA2;
}
.TagClassName
{
border-color: #A17FA2;
}
</style>