Shades of Turkish Rose #A26C7D
Tints of Turkish Rose #A26C7D
RGB
CMYK
RGB Variations
Color information
#A26C7D (or 0xA26C7D) is known color: Turkish Rose. HEX triplet: A2, 6C and 7D. RGB value is (162,108,125). Sum of RGB (Red+Green+Blue) = 162+108+125=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 108 (42.58% from 255 or 27.34% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 162 - color contains mainly: red. Hex color #A26C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26C7D is #5D9382. Grayscale: #7E7E7E. Windows color (decimal): -6132611 or 8219810. OLE color: 8219810.
HSL color Cylindrical-coordinate representation of color #A26C7D: hue angle of 341.11º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A26C7D is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 108 | 125 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.36 |
| HSL | 341.11º | 0.23% | 0.53% | - |
| HSV(B) | 341.11º | 0.33% | 0.64% | - |
| XYZ | 23.96 | 19.89 | 21.98 | - |
| YUV | 126.08 | 127.39 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 108 | 125 | 0 | 0.33 | 0.23 | 0.36 | 341.11 | 0.23 | 0.53 |
| Hex | A2 | 6C | 7D | 0 | 21 | 17 | 24 | 155 | 16 | 35 |
| Octal | 242 | 154 | 175 | 0 | 41 | 27 | 44 | 525 | 26 | 65 |
| Binary | 10100010 | 1101100 | 1111101 | 0 | 100001 | 10111 | 100100 | 101010101 | 10110 | 110101 |
Color Harmonies of #A26C7D
Complementary color
Monochromatic Colors of #A26C7D
Black with #A26C7D
Text Example
Text Example
White with #A26C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26C7D; }
p { color: rgb(162,108,125); }
H1.HeaderClassName
{
color: #A26C7D;
}
.AnyTagClassName
{
color: #A26C7D;
}
</style>
background-color css
<style>
a { background-color: #A26C7D; }
a { background-color: rgb(162,108,125); }
div.DivClassName
{
background-color: #A26C7D;
}
.BgClassName
{
background-color: #A26C7D;
}
</style>
border-color css
<style>
span { border-color: #A26C7D; }
span { border-color: rgb(162,108,125); }
td.TdClassName
{
border-color: #A26C7D;
}
.TagClassName
{
border-color: #A26C7D;
}
</style>