Shades of London Hue #A582A7
Tints of London Hue #A582A7
RGB
CMYK
RGB Variations
Color information
#A582A7 (or 0xA582A7) is known color: London Hue. HEX triplet: A5, 82 and A7. RGB value is (165,130,167). Sum of RGB (Red+Green+Blue) = 165+130+167=462 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.71% from 462); Green value is 130 (51.17% from 255 or 28.14% from 462); Blue value is 167 (65.62% from 255 or 36.15% from 462); Max value from RGB is 167 - color contains mainly: blue. Hex color #A582A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A582A7 is #5A7D58. Grayscale: #909090. Windows color (decimal): -5930329 or 10977957. OLE color: 10977957.
HSL color Cylindrical-coordinate representation of color #A582A7: hue angle of 296.76º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A582A7 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 130 | 167 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.35 |
| HSL | 296.76º | 0.17% | 0.58% | - |
| HSV(B) | 296.76º | 0.22% | 0.65% | - |
| XYZ | 30.47 | 26.75 | 40.12 | - |
| YUV | 144.68 | 140.6 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 130 | 167 | 0.01 | 0.22 | 0 | 0.35 | 296.76 | 0.17 | 0.58 |
| Hex | A5 | 82 | A7 | 1 | 16 | 0 | 23 | 129 | 11 | 3A |
| Octal | 245 | 202 | 247 | 1 | 26 | 0 | 43 | 451 | 21 | 72 |
| Binary | 10100101 | 10000010 | 10100111 | 1 | 10110 | 0 | 100011 | 100101001 | 10001 | 111010 |
Color Harmonies of #A582A7
Complementary color
Monochromatic Colors of #A582A7
Black with #A582A7
Text Example
Text Example
White with #A582A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A582A7; }
p { color: rgb(165,130,167); }
H1.HeaderClassName
{
color: #A582A7;
}
.AnyTagClassName
{
color: #A582A7;
}
</style>
background-color css
<style>
a { background-color: #A582A7; }
a { background-color: rgb(165,130,167); }
div.DivClassName
{
background-color: #A582A7;
}
.BgClassName
{
background-color: #A582A7;
}
</style>
border-color css
<style>
span { border-color: #A582A7; }
span { border-color: rgb(165,130,167); }
td.TdClassName
{
border-color: #A582A7;
}
.TagClassName
{
border-color: #A582A7;
}
</style>