Shades of London Hue #A57DA4
Tints of London Hue #A57DA4
RGB
CMYK
RGB Variations
Color information
#A57DA4 (or 0xA57DA4) is known color: London Hue. HEX triplet: A5, 7D and A4. RGB value is (165,125,164). Sum of RGB (Red+Green+Blue) = 165+125+164=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 125 (49.22% from 255 or 27.53% from 454); Blue value is 164 (64.45% from 255 or 36.12% from 454); Max value from RGB is 165 - color contains mainly: red. Hex color #A57DA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57DA4 is #5A825B. Grayscale: #8D8D8D. Windows color (decimal): -5931612 or 10780069. OLE color: 10780069.
HSL color Cylindrical-coordinate representation of color #A57DA4: hue angle of 301.5º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A57DA4 is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 125 | 164 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.35 |
| HSL | 301.5º | 0.18% | 0.57% | - |
| HSV(B) | 301.5º | 0.24% | 0.65% | - |
| XYZ | 29.55 | 25.35 | 38.46 | - |
| YUV | 141.41 | 140.75 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 125 | 164 | 0 | 0.24 | 0.01 | 0.35 | 301.5 | 0.18 | 0.57 |
| Hex | A5 | 7D | A4 | 0 | 18 | 1 | 23 | 12E | 12 | 39 |
| Octal | 245 | 175 | 244 | 0 | 30 | 1 | 43 | 456 | 22 | 71 |
| Binary | 10100101 | 1111101 | 10100100 | 0 | 11000 | 1 | 100011 | 100101110 | 10010 | 111001 |
Color Harmonies of #A57DA4
Complementary color
Monochromatic Colors of #A57DA4
Black with #A57DA4
Text Example
Text Example
White with #A57DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57DA4; }
p { color: rgb(165,125,164); }
H1.HeaderClassName
{
color: #A57DA4;
}
.AnyTagClassName
{
color: #A57DA4;
}
</style>
background-color css
<style>
a { background-color: #A57DA4; }
a { background-color: rgb(165,125,164); }
div.DivClassName
{
background-color: #A57DA4;
}
.BgClassName
{
background-color: #A57DA4;
}
</style>
border-color css
<style>
span { border-color: #A57DA4; }
span { border-color: rgb(165,125,164); }
td.TdClassName
{
border-color: #A57DA4;
}
.TagClassName
{
border-color: #A57DA4;
}
</style>