Shades of London Hue #A482A2
Tints of London Hue #A482A2
RGB
CMYK
RGB Variations
Color information
#A482A2 (or 0xA482A2) is known color: London Hue. HEX triplet: A4, 82 and A2. RGB value is (164,130,162). Sum of RGB (Red+Green+Blue) = 164+130+162=456 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.96% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 162 (63.67% from 255 or 35.53% from 456); Max value from RGB is 164 - color contains mainly: red. Hex color #A482A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A482A2 is #5B7D5D. Grayscale: #8F8F8F. Windows color (decimal): -5995870 or 10650276. OLE color: 10650276.
HSL color Cylindrical-coordinate representation of color #A482A2: hue angle of 303.53º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A482A2 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 130 | 162 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.36 |
| HSL | 303.53º | 0.16% | 0.58% | - |
| HSV(B) | 303.53º | 0.21% | 0.64% | - |
| XYZ | 29.81 | 26.47 | 37.72 | - |
| YUV | 143.81 | 138.26 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 130 | 162 | 0 | 0.21 | 0.01 | 0.36 | 303.53 | 0.16 | 0.58 |
| Hex | A4 | 82 | A2 | 0 | 15 | 1 | 24 | 130 | 10 | 3A |
| Octal | 244 | 202 | 242 | 0 | 25 | 1 | 44 | 460 | 20 | 72 |
| Binary | 10100100 | 10000010 | 10100010 | 0 | 10101 | 1 | 100100 | 100110000 | 10000 | 111010 |
Color Harmonies of #A482A2
Complementary color
Monochromatic Colors of #A482A2
Black with #A482A2
Text Example
Text Example
White with #A482A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A482A2; }
p { color: rgb(164,130,162); }
H1.HeaderClassName
{
color: #A482A2;
}
.AnyTagClassName
{
color: #A482A2;
}
</style>
background-color css
<style>
a { background-color: #A482A2; }
a { background-color: rgb(164,130,162); }
div.DivClassName
{
background-color: #A482A2;
}
.BgClassName
{
background-color: #A482A2;
}
</style>
border-color css
<style>
span { border-color: #A482A2; }
span { border-color: rgb(164,130,162); }
td.TdClassName
{
border-color: #A482A2;
}
.TagClassName
{
border-color: #A482A2;
}
</style>