Shades of Rouge #A93F6B
Tints of Rouge #A93F6B
RGB
CMYK
RGB Variations
Color information
#A93F6B (or 0xA93F6B) is known color: Rouge. HEX triplet: A9, 3F and 6B. RGB value is (169,63,107). Sum of RGB (Red+Green+Blue) = 169+63+107=339 (44% of max value = 765). Red value is 169 (66.41% from 255 or 49.85% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 169 - color contains mainly: red. Hex color #A93F6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93F6B is #56C094. Grayscale: #636363. Windows color (decimal): -5685397 or 7028649. OLE color: 7028649.
HSL color Cylindrical-coordinate representation of color #A93F6B: hue angle of 335.09º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A93F6B is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 63 | 107 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.34 |
| HSL | 335.09º | 0.46% | 0.45% | - |
| HSV(B) | 335.09º | 0.63% | 0.66% | - |
| XYZ | 20.79 | 13.05 | 15.33 | - |
| YUV | 99.71 | 132.12 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 63 | 107 | 0 | 0.63 | 0.37 | 0.34 | 335.09 | 0.46 | 0.45 |
| Hex | A9 | 3F | 6B | 0 | 3F | 25 | 22 | 14F | 2E | 2D |
| Octal | 251 | 77 | 153 | 0 | 77 | 45 | 42 | 517 | 56 | 55 |
| Binary | 10101001 | 111111 | 1101011 | 0 | 111111 | 100101 | 100010 | 101001111 | 101110 | 101101 |
Color Harmonies of #A93F6B
Complementary color
Monochromatic Colors of #A93F6B
Black with #A93F6B
Text Example
Text Example
White with #A93F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93F6B; }
p { color: rgb(169,63,107); }
H1.HeaderClassName
{
color: #A93F6B;
}
.AnyTagClassName
{
color: #A93F6B;
}
</style>
background-color css
<style>
a { background-color: #A93F6B; }
a { background-color: rgb(169,63,107); }
div.DivClassName
{
background-color: #A93F6B;
}
.BgClassName
{
background-color: #A93F6B;
}
</style>
border-color css
<style>
span { border-color: #A93F6B; }
span { border-color: rgb(169,63,107); }
td.TdClassName
{
border-color: #A93F6B;
}
.TagClassName
{
border-color: #A93F6B;
}
</style>