Shades of Turkish Rose #A2757F
Tints of Turkish Rose #A2757F
RGB
CMYK
RGB Variations
Color information
#A2757F (or 0xA2757F) is known color: Turkish Rose. HEX triplet: A2, 75 and 7F. RGB value is (162,117,127). Sum of RGB (Red+Green+Blue) = 162+117+127=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 162 - color contains mainly: red. Hex color #A2757F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2757F is #5D8A80. Grayscale: #838383. Windows color (decimal): -6130305 or 8353186. OLE color: 8353186.
HSL color Cylindrical-coordinate representation of color #A2757F: hue angle of 346.67º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A2757F is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 117 | 127 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.36 |
| HSL | 346.67º | 0.19% | 0.55% | - |
| HSV(B) | 346.67º | 0.28% | 0.64% | - |
| XYZ | 25.09 | 21.94 | 22.99 | - |
| YUV | 131.6 | 125.41 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 117 | 127 | 0 | 0.28 | 0.22 | 0.36 | 346.67 | 0.19 | 0.55 |
| Hex | A2 | 75 | 7F | 0 | 1C | 16 | 24 | 15B | 13 | 37 |
| Octal | 242 | 165 | 177 | 0 | 34 | 26 | 44 | 533 | 23 | 67 |
| Binary | 10100010 | 1110101 | 1111111 | 0 | 11100 | 10110 | 100100 | 101011011 | 10011 | 110111 |
Color Harmonies of #A2757F
Complementary color
Monochromatic Colors of #A2757F
Black with #A2757F
Text Example
Text Example
White with #A2757F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2757F; }
p { color: rgb(162,117,127); }
H1.HeaderClassName
{
color: #A2757F;
}
.AnyTagClassName
{
color: #A2757F;
}
</style>
background-color css
<style>
a { background-color: #A2757F; }
a { background-color: rgb(162,117,127); }
div.DivClassName
{
background-color: #A2757F;
}
.BgClassName
{
background-color: #A2757F;
}
</style>
border-color css
<style>
span { border-color: #A2757F; }
span { border-color: rgb(162,117,127); }
td.TdClassName
{
border-color: #A2757F;
}
.TagClassName
{
border-color: #A2757F;
}
</style>