Shades of Turkish Rose #AB6679
Tints of Turkish Rose #AB6679
RGB
CMYK
RGB Variations
Color information
#AB6679 (or 0xAB6679) is known color: Turkish Rose. HEX triplet: AB, 66 and 79. RGB value is (171,102,121). Sum of RGB (Red+Green+Blue) = 171+102+121=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 121 (47.66% from 255 or 30.71% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6679 is #549986. Grayscale: #7C7C7C. Windows color (decimal): -5544327 or 7956139. OLE color: 7956139.
HSL color Cylindrical-coordinate representation of color #AB6679: hue angle of 343.48º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB6679 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 102 | 121 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.33 |
| HSL | 343.48º | 0.29% | 0.54% | - |
| HSV(B) | 343.48º | 0.4% | 0.67% | - |
| XYZ | 25 | 19.54 | 20.54 | - |
| YUV | 124.8 | 125.86 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 102 | 121 | 0 | 0.40 | 0.29 | 0.33 | 343.48 | 0.29 | 0.54 |
| Hex | AB | 66 | 79 | 0 | 28 | 1D | 21 | 157 | 1D | 36 |
| Octal | 253 | 146 | 171 | 0 | 50 | 35 | 41 | 527 | 35 | 66 |
| Binary | 10101011 | 1100110 | 1111001 | 0 | 101000 | 11101 | 100001 | 101010111 | 11101 | 110110 |
Color Harmonies of #AB6679
Complementary color
Monochromatic Colors of #AB6679
Black with #AB6679
Text Example
Text Example
White with #AB6679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6679; }
p { color: rgb(171,102,121); }
H1.HeaderClassName
{
color: #AB6679;
}
.AnyTagClassName
{
color: #AB6679;
}
</style>
background-color css
<style>
a { background-color: #AB6679; }
a { background-color: rgb(171,102,121); }
div.DivClassName
{
background-color: #AB6679;
}
.BgClassName
{
background-color: #AB6679;
}
</style>
border-color css
<style>
span { border-color: #AB6679; }
span { border-color: rgb(171,102,121); }
td.TdClassName
{
border-color: #AB6679;
}
.TagClassName
{
border-color: #AB6679;
}
</style>