Shades of London Hue #A284A1
Tints of London Hue #A284A1
RGB
CMYK
RGB Variations
Color information
#A284A1 (or 0xA284A1) is known color: London Hue. HEX triplet: A2, 84 and A1. RGB value is (162,132,161). Sum of RGB (Red+Green+Blue) = 162+132+161=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 161 (63.28% from 255 or 35.38% from 455); Max value from RGB is 162 - color contains mainly: red. Hex color #A284A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A284A1 is #5D7B5E. Grayscale: #909090. Windows color (decimal): -6126431 or 10585250. OLE color: 10585250.
HSL color Cylindrical-coordinate representation of color #A284A1: hue angle of 302º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A284A1 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 132 | 161 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.36 |
| HSL | 302º | 0.14% | 0.58% | - |
| HSV(B) | 302º | 0.19% | 0.64% | - |
| XYZ | 29.58 | 26.76 | 37.32 | - |
| YUV | 144.28 | 137.44 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 132 | 161 | 0 | 0.19 | 0.01 | 0.36 | 302 | 0.14 | 0.58 |
| Hex | A2 | 84 | A1 | 0 | 13 | 1 | 24 | 12E | E | 3A |
| Octal | 242 | 204 | 241 | 0 | 23 | 1 | 44 | 456 | 16 | 72 |
| Binary | 10100010 | 10000100 | 10100001 | 0 | 10011 | 1 | 100100 | 100101110 | 1110 | 111010 |
Color Harmonies of #A284A1
Complementary color
Monochromatic Colors of #A284A1
Black with #A284A1
Text Example
Text Example
White with #A284A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A284A1; }
p { color: rgb(162,132,161); }
H1.HeaderClassName
{
color: #A284A1;
}
.AnyTagClassName
{
color: #A284A1;
}
</style>
background-color css
<style>
a { background-color: #A284A1; }
a { background-color: rgb(162,132,161); }
div.DivClassName
{
background-color: #A284A1;
}
.BgClassName
{
background-color: #A284A1;
}
</style>
border-color css
<style>
span { border-color: #A284A1; }
span { border-color: rgb(162,132,161); }
td.TdClassName
{
border-color: #A284A1;
}
.TagClassName
{
border-color: #A284A1;
}
</style>