Shades of London Hue #A193A2
Tints of London Hue #A193A2
RGB
CMYK
RGB Variations
Color information
#A193A2 (or 0xA193A2) is known color: London Hue. HEX triplet: A1, 93 and A2. RGB value is (161,147,162). Sum of RGB (Red+Green+Blue) = 161+147+162=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 147 (57.81% from 255 or 31.28% from 470); Blue value is 162 (63.67% from 255 or 34.47% from 470); Max value from RGB is 162 - color contains mainly: blue. Hex color #A193A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A193A2 is #5E6C5D. Grayscale: #989898. Windows color (decimal): -6188126 or 10654625. OLE color: 10654625.
HSL color Cylindrical-coordinate representation of color #A193A2: hue angle of 296º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A193A2 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 147 | 162 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.36 |
| HSL | 296º | 0.07% | 0.61% | - |
| HSV(B) | 296º | 0.09% | 0.64% | - |
| XYZ | 31.65 | 31.05 | 38.51 | - |
| YUV | 152.9 | 133.14 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 147 | 162 | 0.01 | 0.09 | 0 | 0.36 | 296 | 0.07 | 0.61 |
| Hex | A1 | 93 | A2 | 1 | 9 | 0 | 24 | 128 | 7 | 3D |
| Octal | 241 | 223 | 242 | 1 | 11 | 0 | 44 | 450 | 7 | 75 |
| Binary | 10100001 | 10010011 | 10100010 | 1 | 1001 | 0 | 100100 | 100101000 | 111 | 111101 |
Color Harmonies of #A193A2
Complementary color
Monochromatic Colors of #A193A2
Black with #A193A2
Text Example
Text Example
White with #A193A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A193A2; }
p { color: rgb(161,147,162); }
H1.HeaderClassName
{
color: #A193A2;
}
.AnyTagClassName
{
color: #A193A2;
}
</style>
background-color css
<style>
a { background-color: #A193A2; }
a { background-color: rgb(161,147,162); }
div.DivClassName
{
background-color: #A193A2;
}
.BgClassName
{
background-color: #A193A2;
}
</style>
border-color css
<style>
span { border-color: #A193A2; }
span { border-color: rgb(161,147,162); }
td.TdClassName
{
border-color: #A193A2;
}
.TagClassName
{
border-color: #A193A2;
}
</style>