Shades of London Hue #A27DA1
Tints of London Hue #A27DA1
RGB
CMYK
RGB Variations
Color information
#A27DA1 (or 0xA27DA1) is known color: London Hue. HEX triplet: A2, 7D and A1. RGB value is (162,125,161). Sum of RGB (Red+Green+Blue) = 162+125+161=448 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.16% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 161 (63.28% from 255 or 35.94% from 448); Max value from RGB is 162 - color contains mainly: red. Hex color #A27DA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27DA1 is #5D825E. Grayscale: #8C8C8C. Windows color (decimal): -6128223 or 10583458. OLE color: 10583458.
HSL color Cylindrical-coordinate representation of color #A27DA1: hue angle of 301.62º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A27DA1 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 125 | 161 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.36 |
| HSL | 301.62º | 0.17% | 0.56% | - |
| HSV(B) | 301.62º | 0.23% | 0.64% | - |
| XYZ | 28.67 | 24.92 | 37.02 | - |
| YUV | 140.17 | 139.76 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 125 | 161 | 0 | 0.23 | 0.01 | 0.36 | 301.62 | 0.17 | 0.56 |
| Hex | A2 | 7D | A1 | 0 | 17 | 1 | 24 | 12E | 11 | 38 |
| Octal | 242 | 175 | 241 | 0 | 27 | 1 | 44 | 456 | 21 | 70 |
| Binary | 10100010 | 1111101 | 10100001 | 0 | 10111 | 1 | 100100 | 100101110 | 10001 | 111000 |
Color Harmonies of #A27DA1
Complementary color
Monochromatic Colors of #A27DA1
Black with #A27DA1
Text Example
Text Example
White with #A27DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27DA1; }
p { color: rgb(162,125,161); }
H1.HeaderClassName
{
color: #A27DA1;
}
.AnyTagClassName
{
color: #A27DA1;
}
</style>
background-color css
<style>
a { background-color: #A27DA1; }
a { background-color: rgb(162,125,161); }
div.DivClassName
{
background-color: #A27DA1;
}
.BgClassName
{
background-color: #A27DA1;
}
</style>
border-color css
<style>
span { border-color: #A27DA1; }
span { border-color: rgb(162,125,161); }
td.TdClassName
{
border-color: #A27DA1;
}
.TagClassName
{
border-color: #A27DA1;
}
</style>