Shades of Rouge #AF295E
Tints of Rouge #AF295E
RGB
CMYK
RGB Variations
Color information
#AF295E (or 0xAF295E) is known color: Rouge. HEX triplet: AF, 29 and 5E. RGB value is (175,41,94). Sum of RGB (Red+Green+Blue) = 175+41+94=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF295E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF295E is #50D6A1. Grayscale: #575757. Windows color (decimal): -5297826 or 6171055. OLE color: 6171055.
HSL color Cylindrical-coordinate representation of color #AF295E: hue angle of 336.27º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF295E is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 41 | 94 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.31 |
| HSL | 336.27º | 0.62% | 0.42% | - |
| HSV(B) | 336.27º | 0.77% | 0.69% | - |
| XYZ | 20.49 | 11.51 | 11.73 | - |
| YUV | 87.11 | 131.89 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 41 | 94 | 0 | 0.77 | 0.46 | 0.31 | 336.27 | 0.62 | 0.42 |
| Hex | AF | 29 | 5E | 0 | 4D | 2E | 1F | 150 | 3E | 2A |
| Octal | 257 | 51 | 136 | 0 | 115 | 56 | 37 | 520 | 76 | 52 |
| Binary | 10101111 | 101001 | 1011110 | 0 | 1001101 | 101110 | 11111 | 101010000 | 111110 | 101010 |
Color Harmonies of #AF295E
Complementary color
Monochromatic Colors of #AF295E
Black with #AF295E
Text Example
Text Example
White with #AF295E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF295E; }
p { color: rgb(175,41,94); }
H1.HeaderClassName
{
color: #AF295E;
}
.AnyTagClassName
{
color: #AF295E;
}
</style>
background-color css
<style>
a { background-color: #AF295E; }
a { background-color: rgb(175,41,94); }
div.DivClassName
{
background-color: #AF295E;
}
.BgClassName
{
background-color: #AF295E;
}
</style>
border-color css
<style>
span { border-color: #AF295E; }
span { border-color: rgb(175,41,94); }
td.TdClassName
{
border-color: #AF295E;
}
.TagClassName
{
border-color: #AF295E;
}
</style>