Shades of London Hue #A493A1
Tints of London Hue #A493A1
RGB
CMYK
RGB Variations
Color information
#A493A1 (or 0xA493A1) is known color: London Hue. HEX triplet: A4, 93 and A1. RGB value is (164,147,161). Sum of RGB (Red+Green+Blue) = 164+147+161=472 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.75% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 161 (63.28% from 255 or 34.11% from 472); Max value from RGB is 164 - color contains mainly: red. Hex color #A493A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A493A1 is #5B6C5E. Grayscale: #999999. Windows color (decimal): -5991519 or 10589092. OLE color: 10589092.
HSL color Cylindrical-coordinate representation of color #A493A1: hue angle of 310.59º degrees, saturation: 0.09, 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 #A493A1 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 147 | 161 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.36 |
| HSL | 310.59º | 0.09% | 0.61% | - |
| HSV(B) | 310.59º | 0.1% | 0.64% | - |
| XYZ | 32.18 | 31.33 | 38.07 | - |
| YUV | 153.68 | 132.13 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 147 | 161 | 0 | 0.10 | 0.02 | 0.36 | 310.59 | 0.09 | 0.61 |
| Hex | A4 | 93 | A1 | 0 | A | 2 | 24 | 137 | 9 | 3D |
| Octal | 244 | 223 | 241 | 0 | 12 | 2 | 44 | 467 | 11 | 75 |
| Binary | 10100100 | 10010011 | 10100001 | 0 | 1010 | 10 | 100100 | 100110111 | 1001 | 111101 |
Color Harmonies of #A493A1
Complementary color
Monochromatic Colors of #A493A1
Black with #A493A1
Text Example
Text Example
White with #A493A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A493A1; }
p { color: rgb(164,147,161); }
H1.HeaderClassName
{
color: #A493A1;
}
.AnyTagClassName
{
color: #A493A1;
}
</style>
background-color css
<style>
a { background-color: #A493A1; }
a { background-color: rgb(164,147,161); }
div.DivClassName
{
background-color: #A493A1;
}
.BgClassName
{
background-color: #A493A1;
}
</style>
border-color css
<style>
span { border-color: #A493A1; }
span { border-color: rgb(164,147,161); }
td.TdClassName
{
border-color: #A493A1;
}
.TagClassName
{
border-color: #A493A1;
}
</style>