Shades of London Hue #A592A7
Tints of London Hue #A592A7
RGB
CMYK
RGB Variations
Color information
#A592A7 (or 0xA592A7) is known color: London Hue. HEX triplet: A5, 92 and A7. RGB value is (165,146,167). Sum of RGB (Red+Green+Blue) = 165+146+167=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 167 (65.62% from 255 or 34.94% from 478); Max value from RGB is 167 - color contains mainly: blue. Hex color #A592A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A592A7 is #5A6D58. Grayscale: #9A9A9A. Windows color (decimal): -5926233 or 10982053. OLE color: 10982053.
HSL color Cylindrical-coordinate representation of color #A592A7: hue angle of 294.29º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A592A7 is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 146 | 167 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.35 |
| HSL | 294.29º | 0.11% | 0.61% | - |
| HSV(B) | 294.29º | 0.13% | 0.65% | - |
| XYZ | 32.77 | 31.35 | 40.88 | - |
| YUV | 154.08 | 135.29 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 146 | 167 | 0.01 | 0.13 | 0 | 0.35 | 294.29 | 0.11 | 0.61 |
| Hex | A5 | 92 | A7 | 1 | D | 0 | 23 | 126 | B | 3D |
| Octal | 245 | 222 | 247 | 1 | 15 | 0 | 43 | 446 | 13 | 75 |
| Binary | 10100101 | 10010010 | 10100111 | 1 | 1101 | 0 | 100011 | 100100110 | 1011 | 111101 |
Color Harmonies of #A592A7
Complementary color
Monochromatic Colors of #A592A7
Black with #A592A7
Text Example
Text Example
White with #A592A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A592A7; }
p { color: rgb(165,146,167); }
H1.HeaderClassName
{
color: #A592A7;
}
.AnyTagClassName
{
color: #A592A7;
}
</style>
background-color css
<style>
a { background-color: #A592A7; }
a { background-color: rgb(165,146,167); }
div.DivClassName
{
background-color: #A592A7;
}
.BgClassName
{
background-color: #A592A7;
}
</style>
border-color css
<style>
span { border-color: #A592A7; }
span { border-color: rgb(165,146,167); }
td.TdClassName
{
border-color: #A592A7;
}
.TagClassName
{
border-color: #A592A7;
}
</style>