Shades of London Hue #A17FA0
Tints of London Hue #A17FA0
RGB
CMYK
RGB Variations
Color information
#A17FA0 (or 0xA17FA0) is known color: London Hue. HEX triplet: A1, 7F and A0. RGB value is (161,127,160). Sum of RGB (Red+Green+Blue) = 161+127+160=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 160 (62.89% from 255 or 35.71% from 448); Max value from RGB is 161 - color contains mainly: red. Hex color #A17FA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17FA0 is #5E805F. Grayscale: #8C8C8C. Windows color (decimal): -6193248 or 10518433. OLE color: 10518433.
HSL color Cylindrical-coordinate representation of color #A17FA0: hue angle of 301.76º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A17FA0 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 127 | 160 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.37 |
| HSL | 301.76º | 0.15% | 0.56% | - |
| HSV(B) | 301.76º | 0.21% | 0.63% | - |
| XYZ | 28.63 | 25.29 | 36.63 | - |
| YUV | 140.93 | 138.76 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 127 | 160 | 0 | 0.21 | 0.01 | 0.37 | 301.76 | 0.15 | 0.56 |
| Hex | A1 | 7F | A0 | 0 | 15 | 1 | 25 | 12E | F | 38 |
| Octal | 241 | 177 | 240 | 0 | 25 | 1 | 45 | 456 | 17 | 70 |
| Binary | 10100001 | 1111111 | 10100000 | 0 | 10101 | 1 | 100101 | 100101110 | 1111 | 111000 |
Color Harmonies of #A17FA0
Complementary color
Monochromatic Colors of #A17FA0
Black with #A17FA0
Text Example
Text Example
White with #A17FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17FA0; }
p { color: rgb(161,127,160); }
H1.HeaderClassName
{
color: #A17FA0;
}
.AnyTagClassName
{
color: #A17FA0;
}
</style>
background-color css
<style>
a { background-color: #A17FA0; }
a { background-color: rgb(161,127,160); }
div.DivClassName
{
background-color: #A17FA0;
}
.BgClassName
{
background-color: #A17FA0;
}
</style>
border-color css
<style>
span { border-color: #A17FA0; }
span { border-color: rgb(161,127,160); }
td.TdClassName
{
border-color: #A17FA0;
}
.TagClassName
{
border-color: #A17FA0;
}
</style>