Shades of Venus #A17F89
Tints of Venus #A17F89
RGB
CMYK
RGB Variations
Color information
#A17F89 (or 0xA17F89) is known color: Venus. HEX triplet: A1, 7F and 89. RGB value is (161,127,137). Sum of RGB (Red+Green+Blue) = 161+127+137=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 127 (50% from 255 or 29.88% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 161 - color contains mainly: red. Hex color #A17F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17F89 is #5E8076. Grayscale: #8A8A8A. Windows color (decimal): -6193271 or 9011105. OLE color: 9011105.
HSL color Cylindrical-coordinate representation of color #A17F89: hue angle of 342.35º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A17F89 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 127 | 137 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.37 |
| HSL | 342.35º | 0.15% | 0.56% | - |
| HSV(B) | 342.35º | 0.21% | 0.63% | - |
| XYZ | 26.8 | 24.56 | 27 | - |
| YUV | 138.31 | 127.26 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 127 | 137 | 0 | 0.21 | 0.15 | 0.37 | 342.35 | 0.15 | 0.56 |
| Hex | A1 | 7F | 89 | 0 | 15 | F | 25 | 156 | F | 38 |
| Octal | 241 | 177 | 211 | 0 | 25 | 17 | 45 | 526 | 17 | 70 |
| Binary | 10100001 | 1111111 | 10001001 | 0 | 10101 | 1111 | 100101 | 101010110 | 1111 | 111000 |
Color Harmonies of #A17F89
Complementary color
Monochromatic Colors of #A17F89
Black with #A17F89
Text Example
Text Example
White with #A17F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17F89; }
p { color: rgb(161,127,137); }
H1.HeaderClassName
{
color: #A17F89;
}
.AnyTagClassName
{
color: #A17F89;
}
</style>
background-color css
<style>
a { background-color: #A17F89; }
a { background-color: rgb(161,127,137); }
div.DivClassName
{
background-color: #A17F89;
}
.BgClassName
{
background-color: #A17F89;
}
</style>
border-color css
<style>
span { border-color: #A17F89; }
span { border-color: rgb(161,127,137); }
td.TdClassName
{
border-color: #A17F89;
}
.TagClassName
{
border-color: #A17F89;
}
</style>