Shades of Shady Lady #A5979D
Tints of Shady Lady #A5979D
RGB
CMYK
RGB Variations
Color information
#A5979D (or 0xA5979D) is known color: Shady Lady. HEX triplet: A5, 97 and 9D. RGB value is (165,151,157). Sum of RGB (Red+Green+Blue) = 165+151+157=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 151 (59.38% from 255 or 31.92% from 473); Blue value is 157 (61.72% from 255 or 33.19% from 473); Max value from RGB is 165 - color contains mainly: red. Hex color #A5979D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5979D is #5A6862. Grayscale: #9B9B9B. Windows color (decimal): -5924963 or 10327973. OLE color: 10327973.
HSL color Cylindrical-coordinate representation of color #A5979D: hue angle of 334.29º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A5979D is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 151 | 157 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.35 |
| HSL | 334.29º | 0.07% | 0.62% | - |
| HSV(B) | 334.29º | 0.08% | 0.65% | - |
| XYZ | 32.67 | 32.57 | 36.46 | - |
| YUV | 155.87 | 128.64 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 151 | 157 | 0 | 0.08 | 0.05 | 0.35 | 334.29 | 0.07 | 0.62 |
| Hex | A5 | 97 | 9D | 0 | 8 | 5 | 23 | 14E | 7 | 3E |
| Octal | 245 | 227 | 235 | 0 | 10 | 5 | 43 | 516 | 7 | 76 |
| Binary | 10100101 | 10010111 | 10011101 | 0 | 1000 | 101 | 100011 | 101001110 | 111 | 111110 |
Color Harmonies of #A5979D
Complementary color
Monochromatic Colors of #A5979D
Black with #A5979D
Text Example
Text Example
White with #A5979D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5979D; }
p { color: rgb(165,151,157); }
H1.HeaderClassName
{
color: #A5979D;
}
.AnyTagClassName
{
color: #A5979D;
}
</style>
background-color css
<style>
a { background-color: #A5979D; }
a { background-color: rgb(165,151,157); }
div.DivClassName
{
background-color: #A5979D;
}
.BgClassName
{
background-color: #A5979D;
}
</style>
border-color css
<style>
span { border-color: #A5979D; }
span { border-color: rgb(165,151,157); }
td.TdClassName
{
border-color: #A5979D;
}
.TagClassName
{
border-color: #A5979D;
}
</style>