Shades of Rouge #AF295D
Tints of Rouge #AF295D
RGB
CMYK
RGB Variations
Color information
#AF295D (or 0xAF295D) is known color: Rouge. HEX triplet: AF, 29 and 5D. RGB value is (175,41,93). Sum of RGB (Red+Green+Blue) = 175+41+93=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF295D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF295D is #50D6A2. Grayscale: #565656. Windows color (decimal): -5297827 or 6105519. OLE color: 6105519.
HSL color Cylindrical-coordinate representation of color #AF295D: hue angle of 336.72º 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 #AF295D is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 41 | 93 | - |
| CMYK | 0 | 0.77 | 0.47 | 0.31 |
| HSL | 336.72º | 0.62% | 0.42% | - |
| HSV(B) | 336.72º | 0.77% | 0.69% | - |
| XYZ | 20.45 | 11.49 | 11.5 | - |
| YUV | 86.99 | 131.39 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 41 | 93 | 0 | 0.77 | 0.47 | 0.31 | 336.72 | 0.62 | 0.42 |
| Hex | AF | 29 | 5D | 0 | 4D | 2F | 1F | 151 | 3E | 2A |
| Octal | 257 | 51 | 135 | 0 | 115 | 57 | 37 | 521 | 76 | 52 |
| Binary | 10101111 | 101001 | 1011101 | 0 | 1001101 | 101111 | 11111 | 101010001 | 111110 | 101010 |
Color Harmonies of #AF295D
Complementary color
Monochromatic Colors of #AF295D
Black with #AF295D
Text Example
Text Example
White with #AF295D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF295D; }
p { color: rgb(175,41,93); }
H1.HeaderClassName
{
color: #AF295D;
}
.AnyTagClassName
{
color: #AF295D;
}
</style>
background-color css
<style>
a { background-color: #AF295D; }
a { background-color: rgb(175,41,93); }
div.DivClassName
{
background-color: #AF295D;
}
.BgClassName
{
background-color: #AF295D;
}
</style>
border-color css
<style>
span { border-color: #AF295D; }
span { border-color: rgb(175,41,93); }
td.TdClassName
{
border-color: #AF295D;
}
.TagClassName
{
border-color: #AF295D;
}
</style>