Shades of London Hue #A58FA9
Tints of London Hue #A58FA9
RGB
CMYK
RGB Variations
Color information
#A58FA9 (or 0xA58FA9) is known color: London Hue. HEX triplet: A5, 8F and A9. RGB value is (165,143,169). Sum of RGB (Red+Green+Blue) = 165+143+169=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 169 (66.41% from 255 or 35.43% from 477); Max value from RGB is 169 - color contains mainly: blue. Hex color #A58FA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58FA9 is #5A7056. Grayscale: #989898. Windows color (decimal): -5926999 or 11112357. OLE color: 11112357.
HSL color Cylindrical-coordinate representation of color #A58FA9: hue angle of 290.77º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A58FA9 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 165 | 143 | 169 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.34 |
| HSL | 290.77º | 0.13% | 0.61% | - |
| HSV(B) | 290.77º | 0.15% | 0.66% | - |
| XYZ | 32.5 | 30.51 | 41.71 | - |
| YUV | 152.54 | 137.29 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 143 | 169 | 0.02 | 0.15 | 0 | 0.34 | 290.77 | 0.13 | 0.61 |
| Hex | A5 | 8F | A9 | 2 | F | 0 | 22 | 123 | D | 3D |
| Octal | 245 | 217 | 251 | 2 | 17 | 0 | 42 | 443 | 15 | 75 |
| Binary | 10100101 | 10001111 | 10101001 | 10 | 1111 | 0 | 100010 | 100100011 | 1101 | 111101 |
Color Harmonies of #A58FA9
Complementary color
Monochromatic Colors of #A58FA9
Black with #A58FA9
Text Example
Text Example
White with #A58FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58FA9; }
p { color: rgb(165,143,169); }
H1.HeaderClassName
{
color: #A58FA9;
}
.AnyTagClassName
{
color: #A58FA9;
}
</style>
background-color css
<style>
a { background-color: #A58FA9; }
a { background-color: rgb(165,143,169); }
div.DivClassName
{
background-color: #A58FA9;
}
.BgClassName
{
background-color: #A58FA9;
}
</style>
border-color css
<style>
span { border-color: #A58FA9; }
span { border-color: rgb(165,143,169); }
td.TdClassName
{
border-color: #A58FA9;
}
.TagClassName
{
border-color: #A58FA9;
}
</style>