Shades of London Hue #A191A2
Tints of London Hue #A191A2
RGB
CMYK
RGB Variations
Color information
#A191A2 (or 0xA191A2) is known color: London Hue. HEX triplet: A1, 91 and A2. RGB value is (161,145,162). Sum of RGB (Red+Green+Blue) = 161+145+162=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 145 (57.03% from 255 or 30.98% from 468); Blue value is 162 (63.67% from 255 or 34.62% from 468); Max value from RGB is 162 - color contains mainly: blue. Hex color #A191A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A191A2 is #5E6E5D. Grayscale: #979797. Windows color (decimal): -6188638 or 10654113. OLE color: 10654113.
HSL color Cylindrical-coordinate representation of color #A191A2: hue angle of 296.47º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A191A2 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 145 | 162 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.36 |
| HSL | 296.47º | 0.08% | 0.6% | - |
| HSV(B) | 296.47º | 0.1% | 0.64% | - |
| XYZ | 31.34 | 30.44 | 38.41 | - |
| YUV | 151.72 | 133.8 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 145 | 162 | 0.01 | 0.10 | 0 | 0.36 | 296.47 | 0.08 | 0.6 |
| Hex | A1 | 91 | A2 | 1 | A | 0 | 24 | 128 | 8 | 3C |
| Octal | 241 | 221 | 242 | 1 | 12 | 0 | 44 | 450 | 10 | 74 |
| Binary | 10100001 | 10010001 | 10100010 | 1 | 1010 | 0 | 100100 | 100101000 | 1000 | 111100 |
Color Harmonies of #A191A2
Complementary color
Monochromatic Colors of #A191A2
Black with #A191A2
Text Example
Text Example
White with #A191A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A191A2; }
p { color: rgb(161,145,162); }
H1.HeaderClassName
{
color: #A191A2;
}
.AnyTagClassName
{
color: #A191A2;
}
</style>
background-color css
<style>
a { background-color: #A191A2; }
a { background-color: rgb(161,145,162); }
div.DivClassName
{
background-color: #A191A2;
}
.BgClassName
{
background-color: #A191A2;
}
</style>
border-color css
<style>
span { border-color: #A191A2; }
span { border-color: rgb(161,145,162); }
td.TdClassName
{
border-color: #A191A2;
}
.TagClassName
{
border-color: #A191A2;
}
</style>