Shades of Rouge #AF316F
Tints of Rouge #AF316F
RGB
CMYK
RGB Variations
Color information
#AF316F (or 0xAF316F) is known color: Rouge. HEX triplet: AF, 31 and 6F. RGB value is (175,49,111). Sum of RGB (Red+Green+Blue) = 175+49+111=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 49 (19.53% from 255 or 14.63% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF316F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF316F is #50CE90. Grayscale: #5D5D5D. Windows color (decimal): -5295761 or 7287215. OLE color: 7287215.
HSL color Cylindrical-coordinate representation of color #AF316F: hue angle of 330.48º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF316F is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 49 | 111 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.31 |
| HSL | 330.48º | 0.56% | 0.44% | - |
| HSV(B) | 330.48º | 0.72% | 0.69% | - |
| XYZ | 21.65 | 12.46 | 16.3 | - |
| YUV | 93.74 | 137.74 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 49 | 111 | 0 | 0.72 | 0.37 | 0.31 | 330.48 | 0.56 | 0.44 |
| Hex | AF | 31 | 6F | 0 | 48 | 25 | 1F | 14A | 38 | 2C |
| Octal | 257 | 61 | 157 | 0 | 110 | 45 | 37 | 512 | 70 | 54 |
| Binary | 10101111 | 110001 | 1101111 | 0 | 1001000 | 100101 | 11111 | 101001010 | 111000 | 101100 |
Color Harmonies of #AF316F
Complementary color
Monochromatic Colors of #AF316F
Black with #AF316F
Text Example
Text Example
White with #AF316F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF316F; }
p { color: rgb(175,49,111); }
H1.HeaderClassName
{
color: #AF316F;
}
.AnyTagClassName
{
color: #AF316F;
}
</style>
background-color css
<style>
a { background-color: #AF316F; }
a { background-color: rgb(175,49,111); }
div.DivClassName
{
background-color: #AF316F;
}
.BgClassName
{
background-color: #AF316F;
}
</style>
border-color css
<style>
span { border-color: #AF316F; }
span { border-color: rgb(175,49,111); }
td.TdClassName
{
border-color: #AF316F;
}
.TagClassName
{
border-color: #AF316F;
}
</style>