Shades of London Hue #A592A9
Tints of London Hue #A592A9
RGB
CMYK
RGB Variations
Color information
#A592A9 (or 0xA592A9) is known color: London Hue. HEX triplet: A5, 92 and A9. RGB value is (165,146,169). Sum of RGB (Red+Green+Blue) = 165+146+169=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 146 (57.42% from 255 or 30.42% from 480); Blue value is 169 (66.41% from 255 or 35.21% from 480); Max value from RGB is 169 - color contains mainly: blue. Hex color #A592A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A592A9 is #5A6D56. Grayscale: #9A9A9A. Windows color (decimal): -5926231 or 11113125. OLE color: 11113125.
HSL color Cylindrical-coordinate representation of color #A592A9: hue angle of 289.57º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A592A9 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 165 | 146 | 169 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.34 |
| HSL | 289.57º | 0.12% | 0.62% | - |
| HSV(B) | 289.57º | 0.14% | 0.66% | - |
| XYZ | 32.96 | 31.42 | 41.86 | - |
| YUV | 154.3 | 136.29 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 146 | 169 | 0.02 | 0.14 | 0 | 0.34 | 289.57 | 0.12 | 0.62 |
| Hex | A5 | 92 | A9 | 2 | E | 0 | 22 | 122 | C | 3E |
| Octal | 245 | 222 | 251 | 2 | 16 | 0 | 42 | 442 | 14 | 76 |
| Binary | 10100101 | 10010010 | 10101001 | 10 | 1110 | 0 | 100010 | 100100010 | 1100 | 111110 |
Color Harmonies of #A592A9
Complementary color
Monochromatic Colors of #A592A9
Black with #A592A9
Text Example
Text Example
White with #A592A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A592A9; }
p { color: rgb(165,146,169); }
H1.HeaderClassName
{
color: #A592A9;
}
.AnyTagClassName
{
color: #A592A9;
}
</style>
background-color css
<style>
a { background-color: #A592A9; }
a { background-color: rgb(165,146,169); }
div.DivClassName
{
background-color: #A592A9;
}
.BgClassName
{
background-color: #A592A9;
}
</style>
border-color css
<style>
span { border-color: #A592A9; }
span { border-color: rgb(165,146,169); }
td.TdClassName
{
border-color: #A592A9;
}
.TagClassName
{
border-color: #A592A9;
}
</style>