Shades of London Hue #A582A1
Tints of London Hue #A582A1
RGB
CMYK
RGB Variations
Color information
#A582A1 (or 0xA582A1) is known color: London Hue. HEX triplet: A5, 82 and A1. RGB value is (165,130,161). Sum of RGB (Red+Green+Blue) = 165+130+161=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 161 (63.28% from 255 or 35.31% from 456); Max value from RGB is 165 - color contains mainly: red. Hex color #A582A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A582A1 is #5A7D5E. Grayscale: #8F8F8F. Windows color (decimal): -5930335 or 10584741. OLE color: 10584741.
HSL color Cylindrical-coordinate representation of color #A582A1: hue angle of 306.86º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A582A1 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 130 | 161 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.35 |
| HSL | 306.86º | 0.16% | 0.58% | - |
| HSV(B) | 306.86º | 0.21% | 0.65% | - |
| XYZ | 29.93 | 26.54 | 37.26 | - |
| YUV | 144 | 137.6 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 130 | 161 | 0 | 0.21 | 0.02 | 0.35 | 306.86 | 0.16 | 0.58 |
| Hex | A5 | 82 | A1 | 0 | 15 | 2 | 23 | 133 | 10 | 3A |
| Octal | 245 | 202 | 241 | 0 | 25 | 2 | 43 | 463 | 20 | 72 |
| Binary | 10100101 | 10000010 | 10100001 | 0 | 10101 | 10 | 100011 | 100110011 | 10000 | 111010 |
Color Harmonies of #A582A1
Complementary color
Monochromatic Colors of #A582A1
Black with #A582A1
Text Example
Text Example
White with #A582A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A582A1; }
p { color: rgb(165,130,161); }
H1.HeaderClassName
{
color: #A582A1;
}
.AnyTagClassName
{
color: #A582A1;
}
</style>
background-color css
<style>
a { background-color: #A582A1; }
a { background-color: rgb(165,130,161); }
div.DivClassName
{
background-color: #A582A1;
}
.BgClassName
{
background-color: #A582A1;
}
</style>
border-color css
<style>
span { border-color: #A582A1; }
span { border-color: rgb(165,130,161); }
td.TdClassName
{
border-color: #A582A1;
}
.TagClassName
{
border-color: #A582A1;
}
</style>