Shades of London Hue #A584A2
Tints of London Hue #A584A2
RGB
CMYK
RGB Variations
Color information
#A584A2 (or 0xA584A2) is known color: London Hue. HEX triplet: A5, 84 and A2. RGB value is (165,132,162). Sum of RGB (Red+Green+Blue) = 165+132+162=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 165 - color contains mainly: red. Hex color #A584A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A584A2 is #5A7B5D. Grayscale: #919191. Windows color (decimal): -5929822 or 10650789. OLE color: 10650789.
HSL color Cylindrical-coordinate representation of color #A584A2: hue angle of 305.45º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A584A2 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 132 | 162 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.35 |
| HSL | 305.45º | 0.15% | 0.58% | - |
| HSV(B) | 305.45º | 0.2% | 0.65% | - |
| XYZ | 30.29 | 27.11 | 37.82 | - |
| YUV | 145.29 | 137.43 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 132 | 162 | 0 | 0.20 | 0.02 | 0.35 | 305.45 | 0.15 | 0.58 |
| Hex | A5 | 84 | A2 | 0 | 14 | 2 | 23 | 131 | F | 3A |
| Octal | 245 | 204 | 242 | 0 | 24 | 2 | 43 | 461 | 17 | 72 |
| Binary | 10100101 | 10000100 | 10100010 | 0 | 10100 | 10 | 100011 | 100110001 | 1111 | 111010 |
Color Harmonies of #A584A2
Complementary color
Monochromatic Colors of #A584A2
Black with #A584A2
Text Example
Text Example
White with #A584A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A584A2; }
p { color: rgb(165,132,162); }
H1.HeaderClassName
{
color: #A584A2;
}
.AnyTagClassName
{
color: #A584A2;
}
</style>
background-color css
<style>
a { background-color: #A584A2; }
a { background-color: rgb(165,132,162); }
div.DivClassName
{
background-color: #A584A2;
}
.BgClassName
{
background-color: #A584A2;
}
</style>
border-color css
<style>
span { border-color: #A584A2; }
span { border-color: rgb(165,132,162); }
td.TdClassName
{
border-color: #A584A2;
}
.TagClassName
{
border-color: #A584A2;
}
</style>