Shades of London Hue #A593A7
Tints of London Hue #A593A7
RGB
CMYK
RGB Variations
Color information
#A593A7 (or 0xA593A7) is known color: London Hue. HEX triplet: A5, 93 and A7. RGB value is (165,147,167). Sum of RGB (Red+Green+Blue) = 165+147+167=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 147 (57.81% from 255 or 30.69% from 479); Blue value is 167 (65.62% from 255 or 34.86% from 479); Max value from RGB is 167 - color contains mainly: blue. Hex color #A593A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A593A7 is #5A6C58. Grayscale: #9A9A9A. Windows color (decimal): -5925977 or 10982309. OLE color: 10982309.
HSL color Cylindrical-coordinate representation of color #A593A7: hue angle of 294º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A593A7 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 147 | 167 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.35 |
| HSL | 294º | 0.1% | 0.62% | - |
| HSV(B) | 294º | 0.12% | 0.65% | - |
| XYZ | 32.93 | 31.66 | 40.93 | - |
| YUV | 154.66 | 134.96 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 147 | 167 | 0.01 | 0.12 | 0 | 0.35 | 294 | 0.1 | 0.62 |
| Hex | A5 | 93 | A7 | 1 | C | 0 | 23 | 126 | A | 3E |
| Octal | 245 | 223 | 247 | 1 | 14 | 0 | 43 | 446 | 12 | 76 |
| Binary | 10100101 | 10010011 | 10100111 | 1 | 1100 | 0 | 100011 | 100100110 | 1010 | 111110 |
Color Harmonies of #A593A7
Complementary color
Monochromatic Colors of #A593A7
Black with #A593A7
Text Example
Text Example
White with #A593A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A593A7; }
p { color: rgb(165,147,167); }
H1.HeaderClassName
{
color: #A593A7;
}
.AnyTagClassName
{
color: #A593A7;
}
</style>
background-color css
<style>
a { background-color: #A593A7; }
a { background-color: rgb(165,147,167); }
div.DivClassName
{
background-color: #A593A7;
}
.BgClassName
{
background-color: #A593A7;
}
</style>
border-color css
<style>
span { border-color: #A593A7; }
span { border-color: rgb(165,147,167); }
td.TdClassName
{
border-color: #A593A7;
}
.TagClassName
{
border-color: #A593A7;
}
</style>