Shades of London Hue #A493A3
Tints of London Hue #A493A3
RGB
CMYK
RGB Variations
Color information
#A493A3 (or 0xA493A3) is known color: London Hue. HEX triplet: A4, 93 and A3. RGB value is (164,147,163). Sum of RGB (Red+Green+Blue) = 164+147+163=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 163 (64.06% from 255 or 34.39% from 474); Max value from RGB is 164 - color contains mainly: red. Hex color #A493A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A493A3 is #5B6C5C. Grayscale: #999999. Windows color (decimal): -5991517 or 10720164. OLE color: 10720164.
HSL color Cylindrical-coordinate representation of color #A493A3: hue angle of 303.53º 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 #A493A3 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 147 | 163 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.36 |
| HSL | 303.53º | 0.09% | 0.61% | - |
| HSV(B) | 303.53º | 0.1% | 0.64% | - |
| XYZ | 32.35 | 31.4 | 39.01 | - |
| YUV | 153.91 | 133.13 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 147 | 163 | 0 | 0.10 | 0.01 | 0.36 | 303.53 | 0.09 | 0.61 |
| Hex | A4 | 93 | A3 | 0 | A | 1 | 24 | 130 | 9 | 3D |
| Octal | 244 | 223 | 243 | 0 | 12 | 1 | 44 | 460 | 11 | 75 |
| Binary | 10100100 | 10010011 | 10100011 | 0 | 1010 | 1 | 100100 | 100110000 | 1001 | 111101 |
Color Harmonies of #A493A3
Complementary color
Monochromatic Colors of #A493A3
Black with #A493A3
Text Example
Text Example
White with #A493A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A493A3; }
p { color: rgb(164,147,163); }
H1.HeaderClassName
{
color: #A493A3;
}
.AnyTagClassName
{
color: #A493A3;
}
</style>
background-color css
<style>
a { background-color: #A493A3; }
a { background-color: rgb(164,147,163); }
div.DivClassName
{
background-color: #A493A3;
}
.BgClassName
{
background-color: #A493A3;
}
</style>
border-color css
<style>
span { border-color: #A493A3; }
span { border-color: rgb(164,147,163); }
td.TdClassName
{
border-color: #A493A3;
}
.TagClassName
{
border-color: #A493A3;
}
</style>