Shades of Rouge #AF2D5B
Tints of Rouge #AF2D5B
RGB
CMYK
RGB Variations
Color information
#AF2D5B (or 0xAF2D5B) is known color: Rouge. HEX triplet: AF, 2D and 5B. RGB value is (175,45,91). Sum of RGB (Red+Green+Blue) = 175+45+91=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 45 (17.97% from 255 or 14.47% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2D5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2D5B is #50D2A4. Grayscale: #595959. Windows color (decimal): -5296805 or 5975471. OLE color: 5975471.
HSL color Cylindrical-coordinate representation of color #AF2D5B: hue angle of 338.77º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF2D5B is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 45 | 91 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.31 |
| HSL | 338.77º | 0.59% | 0.43% | - |
| HSV(B) | 338.77º | 0.74% | 0.69% | - |
| XYZ | 20.51 | 11.75 | 11.08 | - |
| YUV | 89.11 | 129.07 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 45 | 91 | 0 | 0.74 | 0.48 | 0.31 | 338.77 | 0.59 | 0.43 |
| Hex | AF | 2D | 5B | 0 | 4A | 30 | 1F | 153 | 3B | 2B |
| Octal | 257 | 55 | 133 | 0 | 112 | 60 | 37 | 523 | 73 | 53 |
| Binary | 10101111 | 101101 | 1011011 | 0 | 1001010 | 110000 | 11111 | 101010011 | 111011 | 101011 |
Color Harmonies of #AF2D5B
Complementary color
Monochromatic Colors of #AF2D5B
Black with #AF2D5B
Text Example
Text Example
White with #AF2D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2D5B; }
p { color: rgb(175,45,91); }
H1.HeaderClassName
{
color: #AF2D5B;
}
.AnyTagClassName
{
color: #AF2D5B;
}
</style>
background-color css
<style>
a { background-color: #AF2D5B; }
a { background-color: rgb(175,45,91); }
div.DivClassName
{
background-color: #AF2D5B;
}
.BgClassName
{
background-color: #AF2D5B;
}
</style>
border-color css
<style>
span { border-color: #AF2D5B; }
span { border-color: rgb(175,45,91); }
td.TdClassName
{
border-color: #AF2D5B;
}
.TagClassName
{
border-color: #AF2D5B;
}
</style>