Shades of Shady Lady #A19FA0
Tints of Shady Lady #A19FA0
RGB
CMYK
RGB Variations
Color information
#A19FA0 (or 0xA19FA0) is known color: Shady Lady. HEX triplet: A1, 9F and A0. RGB value is (161,159,160). Sum of RGB (Red+Green+Blue) = 161+159+160=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 159 (62.5% from 255 or 33.12% from 480); Blue value is 160 (62.89% from 255 or 33.33% from 480); Max value from RGB is 161 - color contains mainly: red. Hex color #A19FA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19FA0 is #5E605F. Grayscale: #9F9F9F. Windows color (decimal): -6185056 or 10526625. OLE color: 10526625.
HSL color Cylindrical-coordinate representation of color #A19FA0: hue angle of 330º degrees, saturation: 0.01, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #A19FA0 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
RGB | 161 | 159 | 160 | - |
CMYK | 0 | 0.01 | 0.01 | 0.37 |
HSL | 330º | 0.01% | 0.63% | - |
HSV(B) | 330º | 0.01% | 0.63% | - |
XYZ | 33.44 | 34.91 | 38.23 | - |
YUV | 159.71 | 128.16 | 128.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 159 | 160 | 0 | 0.01 | 0.01 | 0.37 | 330 | 0.01 | 0.63 |
Hex | A1 | 9F | A0 | 0 | 1 | 1 | 25 | 14A | 1 | 3F |
Octal | 241 | 237 | 240 | 0 | 1 | 1 | 45 | 512 | 1 | 77 |
Binary | 10100001 | 10011111 | 10100000 | 0 | 1 | 1 | 100101 | 101001010 | 1 | 111111 |
Color Harmonies of #A19FA0
Complementary color
Monochromatic Colors of #A19FA0
Black with #A19FA0
Text Example
Text Example
White with #A19FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19FA0; }
p { color: rgb(161,159,160); }
H1.HeaderClassName
{
color: #A19FA0;
}
.AnyTagClassName
{
color: #A19FA0;
}
</style>
background-color css
<style>
a { background-color: #A19FA0; }
a { background-color: rgb(161,159,160); }
div.DivClassName
{
background-color: #A19FA0;
}
.BgClassName
{
background-color: #A19FA0;
}
</style>
border-color css
<style>
span { border-color: #A19FA0; }
span { border-color: rgb(161,159,160); }
td.TdClassName
{
border-color: #A19FA0;
}
.TagClassName
{
border-color: #A19FA0;
}
</style>