Shades of Turkish Rose #A1717E
Tints of Turkish Rose #A1717E
RGB
CMYK
RGB Variations
Color information
#A1717E (or 0xA1717E) is known color: Turkish Rose. HEX triplet: A1, 71 and 7E. RGB value is (161,113,126). Sum of RGB (Red+Green+Blue) = 161+113+126=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 113 (44.53% from 255 or 28.25% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 161 - color contains mainly: red. Hex color #A1717E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1717E is #5E8E81. Grayscale: #808080. Windows color (decimal): -6196866 or 8286625. OLE color: 8286625.
HSL color Cylindrical-coordinate representation of color #A1717E: hue angle of 343.75º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1717E is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 113 | 126 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.37 |
| HSL | 343.75º | 0.2% | 0.54% | - |
| HSV(B) | 343.75º | 0.3% | 0.63% | - |
| XYZ | 24.37 | 20.89 | 22.49 | - |
| YUV | 128.83 | 126.4 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 113 | 126 | 0 | 0.30 | 0.22 | 0.37 | 343.75 | 0.2 | 0.54 |
| Hex | A1 | 71 | 7E | 0 | 1E | 16 | 25 | 158 | 14 | 36 |
| Octal | 241 | 161 | 176 | 0 | 36 | 26 | 45 | 530 | 24 | 66 |
| Binary | 10100001 | 1110001 | 1111110 | 0 | 11110 | 10110 | 100101 | 101011000 | 10100 | 110110 |
Color Harmonies of #A1717E
Complementary color
Monochromatic Colors of #A1717E
Black with #A1717E
Text Example
Text Example
White with #A1717E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1717E; }
p { color: rgb(161,113,126); }
H1.HeaderClassName
{
color: #A1717E;
}
.AnyTagClassName
{
color: #A1717E;
}
</style>
background-color css
<style>
a { background-color: #A1717E; }
a { background-color: rgb(161,113,126); }
div.DivClassName
{
background-color: #A1717E;
}
.BgClassName
{
background-color: #A1717E;
}
</style>
border-color css
<style>
span { border-color: #A1717E; }
span { border-color: rgb(161,113,126); }
td.TdClassName
{
border-color: #A1717E;
}
.TagClassName
{
border-color: #A1717E;
}
</style>