Shades of London Hue #A295A0
Tints of London Hue #A295A0
RGB
CMYK
RGB Variations
Color information
#A295A0 (or 0xA295A0) is known color: London Hue. HEX triplet: A2, 95 and A0. RGB value is (162,149,160). Sum of RGB (Red+Green+Blue) = 162+149+160=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 149 (58.59% from 255 or 31.63% from 471); Blue value is 160 (62.89% from 255 or 33.97% from 471); Max value from RGB is 162 - color contains mainly: red. Hex color #A295A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A295A0 is #5D6A5F. Grayscale: #9A9A9A. Windows color (decimal): -6122080 or 10524066. OLE color: 10524066.
HSL color Cylindrical-coordinate representation of color #A295A0: hue angle of 309.23º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A295A0 is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 149 | 160 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.36 |
| HSL | 309.23º | 0.07% | 0.61% | - |
| HSV(B) | 309.23º | 0.08% | 0.64% | - |
| XYZ | 31.99 | 31.71 | 37.69 | - |
| YUV | 154.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 149 | 160 | 0 | 0.08 | 0.01 | 0.36 | 309.23 | 0.07 | 0.61 |
| Hex | A2 | 95 | A0 | 0 | 8 | 1 | 24 | 135 | 7 | 3D |
| Octal | 242 | 225 | 240 | 0 | 10 | 1 | 44 | 465 | 7 | 75 |
| Binary | 10100010 | 10010101 | 10100000 | 0 | 1000 | 1 | 100100 | 100110101 | 111 | 111101 |
Color Harmonies of #A295A0
Complementary color
Monochromatic Colors of #A295A0
Black with #A295A0
Text Example
Text Example
White with #A295A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A295A0; }
p { color: rgb(162,149,160); }
H1.HeaderClassName
{
color: #A295A0;
}
.AnyTagClassName
{
color: #A295A0;
}
</style>
background-color css
<style>
a { background-color: #A295A0; }
a { background-color: rgb(162,149,160); }
div.DivClassName
{
background-color: #A295A0;
}
.BgClassName
{
background-color: #A295A0;
}
</style>
border-color css
<style>
span { border-color: #A295A0; }
span { border-color: rgb(162,149,160); }
td.TdClassName
{
border-color: #A295A0;
}
.TagClassName
{
border-color: #A295A0;
}
</style>