Shades of London Hue #A37DA3
Tints of London Hue #A37DA3
RGB
CMYK
RGB Variations
Color information
#A37DA3 (or 0xA37DA3) is known color: London Hue. HEX triplet: A3, 7D and A3. RGB value is (163,125,163). Sum of RGB (Red+Green+Blue) = 163+125+163=451 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.14% from 451); Green value is 125 (49.22% from 255 or 27.72% from 451); Blue value is 163 (64.06% from 255 or 36.14% from 451); Max value from RGB is 163 - color contains mainly: red, blue. Hex color #A37DA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37DA3 is #5C825C. Grayscale: #8C8C8C. Windows color (decimal): -6062685 or 10714531. OLE color: 10714531.
HSL color Cylindrical-coordinate representation of color #A37DA3: hue angle of 300º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A37DA3 is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 125 | 163 | - |
| CMYK | 0 | 0.23 | 0 | 0.36 |
| HSL | 300º | 0.17% | 0.56% | - |
| HSV(B) | 300º | 0.23% | 0.64% | - |
| XYZ | 29.05 | 25.1 | 37.96 | - |
| YUV | 140.69 | 140.59 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 125 | 163 | 0 | 0.23 | 0 | 0.36 | 300 | 0.17 | 0.56 |
| Hex | A3 | 7D | A3 | 0 | 17 | 0 | 24 | 12C | 11 | 38 |
| Octal | 243 | 175 | 243 | 0 | 27 | 0 | 44 | 454 | 21 | 70 |
| Binary | 10100011 | 1111101 | 10100011 | 0 | 10111 | 0 | 100100 | 100101100 | 10001 | 111000 |
Color Harmonies of #A37DA3
Complementary color
Monochromatic Colors of #A37DA3
Black with #A37DA3
Text Example
Text Example
White with #A37DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37DA3; }
p { color: rgb(163,125,163); }
H1.HeaderClassName
{
color: #A37DA3;
}
.AnyTagClassName
{
color: #A37DA3;
}
</style>
background-color css
<style>
a { background-color: #A37DA3; }
a { background-color: rgb(163,125,163); }
div.DivClassName
{
background-color: #A37DA3;
}
.BgClassName
{
background-color: #A37DA3;
}
</style>
border-color css
<style>
span { border-color: #A37DA3; }
span { border-color: rgb(163,125,163); }
td.TdClassName
{
border-color: #A37DA3;
}
.TagClassName
{
border-color: #A37DA3;
}
</style>