Shades of Turkish Rose #AB7980
Tints of Turkish Rose #AB7980
RGB
CMYK
RGB Variations
Color information
#AB7980 (or 0xAB7980) is known color: Turkish Rose. HEX triplet: AB, 79 and 80. RGB value is (171,121,128). Sum of RGB (Red+Green+Blue) = 171+121+128=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7980 is #54867F. Grayscale: #888888. Windows color (decimal): -5539456 or 8419755. OLE color: 8419755.
HSL color Cylindrical-coordinate representation of color #AB7980: hue angle of 351.6º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB7980 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 121 | 128 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.33 |
| HSL | 351.6º | 0.23% | 0.57% | - |
| HSV(B) | 351.6º | 0.29% | 0.67% | - |
| XYZ | 27.53 | 23.89 | 23.58 | - |
| YUV | 136.75 | 123.07 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 121 | 128 | 0 | 0.29 | 0.25 | 0.33 | 351.6 | 0.23 | 0.57 |
| Hex | AB | 79 | 80 | 0 | 1D | 19 | 21 | 160 | 17 | 39 |
| Octal | 253 | 171 | 200 | 0 | 35 | 31 | 41 | 540 | 27 | 71 |
| Binary | 10101011 | 1111001 | 10000000 | 0 | 11101 | 11001 | 100001 | 101100000 | 10111 | 111001 |
Color Harmonies of #AB7980
Complementary color
Monochromatic Colors of #AB7980
Black with #AB7980
Text Example
Text Example
White with #AB7980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7980; }
p { color: rgb(171,121,128); }
H1.HeaderClassName
{
color: #AB7980;
}
.AnyTagClassName
{
color: #AB7980;
}
</style>
background-color css
<style>
a { background-color: #AB7980; }
a { background-color: rgb(171,121,128); }
div.DivClassName
{
background-color: #AB7980;
}
.BgClassName
{
background-color: #AB7980;
}
</style>
border-color css
<style>
span { border-color: #AB7980; }
span { border-color: rgb(171,121,128); }
td.TdClassName
{
border-color: #AB7980;
}
.TagClassName
{
border-color: #AB7980;
}
</style>