Shades of Rouge #AF2762
Tints of Rouge #AF2762
RGB
CMYK
RGB Variations
Color information
#AF2762 (or 0xAF2762) is known color: Rouge. HEX triplet: AF, 27 and 62. RGB value is (175,39,98). Sum of RGB (Red+Green+Blue) = 175+39+98=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 39 (15.62% from 255 or 12.5% from 312); Blue value is 98 (38.67% from 255 or 31.41% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2762 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2762 is #50D89D. Grayscale: #565656. Windows color (decimal): -5298334 or 6432687. OLE color: 6432687.
HSL color Cylindrical-coordinate representation of color #AF2762: hue angle of 333.97º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF2762 is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 39 | 98 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.31 |
| HSL | 333.97º | 0.64% | 0.42% | - |
| HSV(B) | 333.97º | 0.78% | 0.69% | - |
| XYZ | 20.61 | 11.45 | 12.68 | - |
| YUV | 86.39 | 134.56 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 39 | 98 | 0 | 0.78 | 0.44 | 0.31 | 333.97 | 0.64 | 0.42 |
| Hex | AF | 27 | 62 | 0 | 4E | 2C | 1F | 14E | 40 | 2A |
| Octal | 257 | 47 | 142 | 0 | 116 | 54 | 37 | 516 | 100 | 52 |
| Binary | 10101111 | 100111 | 1100010 | 0 | 1001110 | 101100 | 11111 | 101001110 | 1000000 | 101010 |
Color Harmonies of #AF2762
Complementary color
Monochromatic Colors of #AF2762
Black with #AF2762
Text Example
Text Example
White with #AF2762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2762; }
p { color: rgb(175,39,98); }
H1.HeaderClassName
{
color: #AF2762;
}
.AnyTagClassName
{
color: #AF2762;
}
</style>
background-color css
<style>
a { background-color: #AF2762; }
a { background-color: rgb(175,39,98); }
div.DivClassName
{
background-color: #AF2762;
}
.BgClassName
{
background-color: #AF2762;
}
</style>
border-color css
<style>
span { border-color: #AF2762; }
span { border-color: rgb(175,39,98); }
td.TdClassName
{
border-color: #AF2762;
}
.TagClassName
{
border-color: #AF2762;
}
</style>