Shades of Turkish Rose #A2757B
Tints of Turkish Rose #A2757B
RGB
CMYK
RGB Variations
Color information
#A2757B (or 0xA2757B) is known color: Turkish Rose. HEX triplet: A2, 75 and 7B. RGB value is (162,117,123). Sum of RGB (Red+Green+Blue) = 162+117+123=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 162 - color contains mainly: red. Hex color #A2757B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2757B is #5D8A84. Grayscale: #838383. Windows color (decimal): -6130309 or 8091042. OLE color: 8091042.
HSL color Cylindrical-coordinate representation of color #A2757B: hue angle of 352º 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 #A2757B is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 117 | 123 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.36 |
| HSL | 352º | 0.19% | 0.55% | - |
| HSV(B) | 352º | 0.28% | 0.64% | - |
| XYZ | 24.84 | 21.83 | 21.64 | - |
| YUV | 131.14 | 123.41 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 117 | 123 | 0 | 0.28 | 0.24 | 0.36 | 352 | 0.19 | 0.55 |
| Hex | A2 | 75 | 7B | 0 | 1C | 18 | 24 | 160 | 13 | 37 |
| Octal | 242 | 165 | 173 | 0 | 34 | 30 | 44 | 540 | 23 | 67 |
| Binary | 10100010 | 1110101 | 1111011 | 0 | 11100 | 11000 | 100100 | 101100000 | 10011 | 110111 |
Color Harmonies of #A2757B
Complementary color
Monochromatic Colors of #A2757B
Black with #A2757B
Text Example
Text Example
White with #A2757B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2757B; }
p { color: rgb(162,117,123); }
H1.HeaderClassName
{
color: #A2757B;
}
.AnyTagClassName
{
color: #A2757B;
}
</style>
background-color css
<style>
a { background-color: #A2757B; }
a { background-color: rgb(162,117,123); }
div.DivClassName
{
background-color: #A2757B;
}
.BgClassName
{
background-color: #A2757B;
}
</style>
border-color css
<style>
span { border-color: #A2757B; }
span { border-color: rgb(162,117,123); }
td.TdClassName
{
border-color: #A2757B;
}
.TagClassName
{
border-color: #A2757B;
}
</style>