Shades of London Hue #A192A3
Tints of London Hue #A192A3
RGB
CMYK
RGB Variations
Color information
#A192A3 (or 0xA192A3) is known color: London Hue. HEX triplet: A1, 92 and A3. RGB value is (161,146,163). Sum of RGB (Red+Green+Blue) = 161+146+163=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 146 (57.42% from 255 or 31.06% from 470); Blue value is 163 (64.06% from 255 or 34.68% from 470); Max value from RGB is 163 - color contains mainly: blue. Hex color #A192A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A192A3 is #5E6D5C. Grayscale: #989898. Windows color (decimal): -6188381 or 10719905. OLE color: 10719905.
HSL color Cylindrical-coordinate representation of color #A192A3: hue angle of 292.94º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A192A3 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 146 | 163 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.36 |
| HSL | 292.94º | 0.08% | 0.61% | - |
| HSV(B) | 292.94º | 0.1% | 0.64% | - |
| XYZ | 31.59 | 30.78 | 38.93 | - |
| YUV | 152.42 | 133.97 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 146 | 163 | 0.01 | 0.10 | 0 | 0.36 | 292.94 | 0.08 | 0.61 |
| Hex | A1 | 92 | A3 | 1 | A | 0 | 24 | 125 | 8 | 3D |
| Octal | 241 | 222 | 243 | 1 | 12 | 0 | 44 | 445 | 10 | 75 |
| Binary | 10100001 | 10010010 | 10100011 | 1 | 1010 | 0 | 100100 | 100100101 | 1000 | 111101 |
Color Harmonies of #A192A3
Complementary color
Monochromatic Colors of #A192A3
Black with #A192A3
Text Example
Text Example
White with #A192A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A192A3; }
p { color: rgb(161,146,163); }
H1.HeaderClassName
{
color: #A192A3;
}
.AnyTagClassName
{
color: #A192A3;
}
</style>
background-color css
<style>
a { background-color: #A192A3; }
a { background-color: rgb(161,146,163); }
div.DivClassName
{
background-color: #A192A3;
}
.BgClassName
{
background-color: #A192A3;
}
</style>
border-color css
<style>
span { border-color: #A192A3; }
span { border-color: rgb(161,146,163); }
td.TdClassName
{
border-color: #A192A3;
}
.TagClassName
{
border-color: #A192A3;
}
</style>