Shades of Rouge #AF2862
Tints of Rouge #AF2862
RGB
CMYK
RGB Variations
Color information
#AF2862 (or 0xAF2862) is known color: Rouge. HEX triplet: AF, 28 and 62. RGB value is (175,40,98). Sum of RGB (Red+Green+Blue) = 175+40+98=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 98 (38.67% from 255 or 31.31% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2862 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2862 is #50D79D. Grayscale: #565656. Windows color (decimal): -5298078 or 6432943. OLE color: 6432943.
HSL color Cylindrical-coordinate representation of color #AF2862: hue angle of 334.22º degrees, saturation: 0.63, 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 #AF2862 is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 40 | 98 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.31 |
| HSL | 334.22º | 0.63% | 0.42% | - |
| HSV(B) | 334.22º | 0.77% | 0.69% | - |
| XYZ | 20.64 | 11.51 | 12.69 | - |
| YUV | 86.98 | 134.23 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 98 | 0 | 0.77 | 0.44 | 0.31 | 334.22 | 0.63 | 0.42 |
| Hex | AF | 28 | 62 | 0 | 4D | 2C | 1F | 14E | 3F | 2A |
| Octal | 257 | 50 | 142 | 0 | 115 | 54 | 37 | 516 | 77 | 52 |
| Binary | 10101111 | 101000 | 1100010 | 0 | 1001101 | 101100 | 11111 | 101001110 | 111111 | 101010 |
Color Harmonies of #AF2862
Complementary color
Monochromatic Colors of #AF2862
Black with #AF2862
Text Example
Text Example
White with #AF2862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2862; }
p { color: rgb(175,40,98); }
H1.HeaderClassName
{
color: #AF2862;
}
.AnyTagClassName
{
color: #AF2862;
}
</style>
background-color css
<style>
a { background-color: #AF2862; }
a { background-color: rgb(175,40,98); }
div.DivClassName
{
background-color: #AF2862;
}
.BgClassName
{
background-color: #AF2862;
}
</style>
border-color css
<style>
span { border-color: #AF2862; }
span { border-color: rgb(175,40,98); }
td.TdClassName
{
border-color: #AF2862;
}
.TagClassName
{
border-color: #AF2862;
}
</style>