Shades of Turkish Rose #A1757E
Tints of Turkish Rose #A1757E
RGB
CMYK
RGB Variations
Color information
#A1757E (or 0xA1757E) is known color: Turkish Rose. HEX triplet: A1, 75 and 7E. RGB value is (161,117,126). Sum of RGB (Red+Green+Blue) = 161+117+126=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 161 - color contains mainly: red. Hex color #A1757E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1757E is #5E8A81. Grayscale: #838383. Windows color (decimal): -6195842 or 8287649. OLE color: 8287649.
HSL color Cylindrical-coordinate representation of color #A1757E: hue angle of 347.73º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1757E is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 117 | 126 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.37 |
| HSL | 347.73º | 0.19% | 0.55% | - |
| HSV(B) | 347.73º | 0.27% | 0.63% | - |
| XYZ | 24.83 | 21.81 | 22.64 | - |
| YUV | 131.18 | 125.08 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 117 | 126 | 0 | 0.27 | 0.22 | 0.37 | 347.73 | 0.19 | 0.55 |
| Hex | A1 | 75 | 7E | 0 | 1B | 16 | 25 | 15C | 13 | 37 |
| Octal | 241 | 165 | 176 | 0 | 33 | 26 | 45 | 534 | 23 | 67 |
| Binary | 10100001 | 1110101 | 1111110 | 0 | 11011 | 10110 | 100101 | 101011100 | 10011 | 110111 |
Color Harmonies of #A1757E
Complementary color
Monochromatic Colors of #A1757E
Black with #A1757E
Text Example
Text Example
White with #A1757E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1757E; }
p { color: rgb(161,117,126); }
H1.HeaderClassName
{
color: #A1757E;
}
.AnyTagClassName
{
color: #A1757E;
}
</style>
background-color css
<style>
a { background-color: #A1757E; }
a { background-color: rgb(161,117,126); }
div.DivClassName
{
background-color: #A1757E;
}
.BgClassName
{
background-color: #A1757E;
}
</style>
border-color css
<style>
span { border-color: #A1757E; }
span { border-color: rgb(161,117,126); }
td.TdClassName
{
border-color: #A1757E;
}
.TagClassName
{
border-color: #A1757E;
}
</style>