Shades of Rouge #AF2962
Tints of Rouge #AF2962
RGB
CMYK
RGB Variations
Color information
#AF2962 (or 0xAF2962) is known color: Rouge. HEX triplet: AF, 29 and 62. RGB value is (175,41,98). Sum of RGB (Red+Green+Blue) = 175+41+98=314 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.73% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2962 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2962 is #50D69D. Grayscale: #575757. Windows color (decimal): -5297822 or 6433199. OLE color: 6433199.
HSL color Cylindrical-coordinate representation of color #AF2962: hue angle of 334.48º 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 #AF2962 is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 41 | 98 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.31 |
| HSL | 334.48º | 0.62% | 0.42% | - |
| HSV(B) | 334.48º | 0.77% | 0.69% | - |
| XYZ | 20.68 | 11.58 | 12.7 | - |
| YUV | 87.56 | 133.89 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 41 | 98 | 0 | 0.77 | 0.44 | 0.31 | 334.48 | 0.62 | 0.42 |
| Hex | AF | 29 | 62 | 0 | 4D | 2C | 1F | 14E | 3E | 2A |
| Octal | 257 | 51 | 142 | 0 | 115 | 54 | 37 | 516 | 76 | 52 |
| Binary | 10101111 | 101001 | 1100010 | 0 | 1001101 | 101100 | 11111 | 101001110 | 111110 | 101010 |
Color Harmonies of #AF2962
Complementary color
Monochromatic Colors of #AF2962
Black with #AF2962
Text Example
Text Example
White with #AF2962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2962; }
p { color: rgb(175,41,98); }
H1.HeaderClassName
{
color: #AF2962;
}
.AnyTagClassName
{
color: #AF2962;
}
</style>
background-color css
<style>
a { background-color: #AF2962; }
a { background-color: rgb(175,41,98); }
div.DivClassName
{
background-color: #AF2962;
}
.BgClassName
{
background-color: #AF2962;
}
</style>
border-color css
<style>
span { border-color: #AF2962; }
span { border-color: rgb(175,41,98); }
td.TdClassName
{
border-color: #AF2962;
}
.TagClassName
{
border-color: #AF2962;
}
</style>