Shades of London Hue #A580A6
Tints of London Hue #A580A6
RGB
CMYK
RGB Variations
Color information
#A580A6 (or 0xA580A6) is known color: London Hue. HEX triplet: A5, 80 and A6. RGB value is (165,128,166). Sum of RGB (Red+Green+Blue) = 165+128+166=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 166 (65.23% from 255 or 36.17% from 459); Max value from RGB is 166 - color contains mainly: blue. Hex color #A580A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A580A6 is #5A7F59. Grayscale: #8F8F8F. Windows color (decimal): -5930842 or 10911909. OLE color: 10911909.
HSL color Cylindrical-coordinate representation of color #A580A6: hue angle of 298.42º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A580A6 is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 128 | 166 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.35 |
| HSL | 298.42º | 0.18% | 0.58% | - |
| HSV(B) | 298.42º | 0.23% | 0.65% | - |
| XYZ | 30.12 | 26.19 | 39.54 | - |
| YUV | 143.4 | 140.76 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 128 | 166 | 0.01 | 0.23 | 0 | 0.35 | 298.42 | 0.18 | 0.58 |
| Hex | A5 | 80 | A6 | 1 | 17 | 0 | 23 | 12A | 12 | 3A |
| Octal | 245 | 200 | 246 | 1 | 27 | 0 | 43 | 452 | 22 | 72 |
| Binary | 10100101 | 10000000 | 10100110 | 1 | 10111 | 0 | 100011 | 100101010 | 10010 | 111010 |
Color Harmonies of #A580A6
Complementary color
Monochromatic Colors of #A580A6
Black with #A580A6
Text Example
Text Example
White with #A580A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A580A6; }
p { color: rgb(165,128,166); }
H1.HeaderClassName
{
color: #A580A6;
}
.AnyTagClassName
{
color: #A580A6;
}
</style>
background-color css
<style>
a { background-color: #A580A6; }
a { background-color: rgb(165,128,166); }
div.DivClassName
{
background-color: #A580A6;
}
.BgClassName
{
background-color: #A580A6;
}
</style>
border-color css
<style>
span { border-color: #A580A6; }
span { border-color: rgb(165,128,166); }
td.TdClassName
{
border-color: #A580A6;
}
.TagClassName
{
border-color: #A580A6;
}
</style>