Shades of London Hue #A298A0
Tints of London Hue #A298A0
RGB
CMYK
RGB Variations
Color information
#A298A0 (or 0xA298A0) is known color: London Hue. HEX triplet: A2, 98 and A0. RGB value is (162,152,160). Sum of RGB (Red+Green+Blue) = 162+152+160=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 162 - color contains mainly: red. Hex color #A298A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A298A0 is #5D675F. Grayscale: #9B9B9B. Windows color (decimal): -6121312 or 10524834. OLE color: 10524834.
HSL color Cylindrical-coordinate representation of color #A298A0: hue angle of 312º degrees, saturation: 0.05, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A298A0 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 152 | 160 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.36 |
| HSL | 312º | 0.05% | 0.62% | - |
| HSV(B) | 312º | 0.06% | 0.64% | - |
| XYZ | 32.47 | 32.68 | 37.85 | - |
| YUV | 155.9 | 130.31 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 152 | 160 | 0 | 0.06 | 0.01 | 0.36 | 312 | 0.05 | 0.62 |
| Hex | A2 | 98 | A0 | 0 | 6 | 1 | 24 | 138 | 5 | 3E |
| Octal | 242 | 230 | 240 | 0 | 6 | 1 | 44 | 470 | 5 | 76 |
| Binary | 10100010 | 10011000 | 10100000 | 0 | 110 | 1 | 100100 | 100111000 | 101 | 111110 |
Color Harmonies of #A298A0
Complementary color
Monochromatic Colors of #A298A0
Black with #A298A0
Text Example
Text Example
White with #A298A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A298A0; }
p { color: rgb(162,152,160); }
H1.HeaderClassName
{
color: #A298A0;
}
.AnyTagClassName
{
color: #A298A0;
}
</style>
background-color css
<style>
a { background-color: #A298A0; }
a { background-color: rgb(162,152,160); }
div.DivClassName
{
background-color: #A298A0;
}
.BgClassName
{
background-color: #A298A0;
}
</style>
border-color css
<style>
span { border-color: #A298A0; }
span { border-color: rgb(162,152,160); }
td.TdClassName
{
border-color: #A298A0;
}
.TagClassName
{
border-color: #A298A0;
}
</style>