Shades of Rouge #AF325E
Tints of Rouge #AF325E
RGB
CMYK
RGB Variations
Color information
#AF325E (or 0xAF325E) is known color: Rouge. HEX triplet: AF, 32 and 5E. RGB value is (175,50,94). Sum of RGB (Red+Green+Blue) = 175+50+94=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF325E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF325E is #50CDA1. Grayscale: #5C5C5C. Windows color (decimal): -5295522 or 6173359. OLE color: 6173359.
HSL color Cylindrical-coordinate representation of color #AF325E: hue angle of 338.88º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF325E is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 50 | 94 | - |
| CMYK | 0 | 0.71 | 0.46 | 0.31 |
| HSL | 338.88º | 0.56% | 0.44% | - |
| HSV(B) | 338.88º | 0.71% | 0.69% | - |
| XYZ | 20.84 | 12.2 | 11.85 | - |
| YUV | 92.39 | 128.91 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 50 | 94 | 0 | 0.71 | 0.46 | 0.31 | 338.88 | 0.56 | 0.44 |
| Hex | AF | 32 | 5E | 0 | 47 | 2E | 1F | 153 | 38 | 2C |
| Octal | 257 | 62 | 136 | 0 | 107 | 56 | 37 | 523 | 70 | 54 |
| Binary | 10101111 | 110010 | 1011110 | 0 | 1000111 | 101110 | 11111 | 101010011 | 111000 | 101100 |
Color Harmonies of #AF325E
Complementary color
Monochromatic Colors of #AF325E
Black with #AF325E
Text Example
Text Example
White with #AF325E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF325E; }
p { color: rgb(175,50,94); }
H1.HeaderClassName
{
color: #AF325E;
}
.AnyTagClassName
{
color: #AF325E;
}
</style>
background-color css
<style>
a { background-color: #AF325E; }
a { background-color: rgb(175,50,94); }
div.DivClassName
{
background-color: #AF325E;
}
.BgClassName
{
background-color: #AF325E;
}
</style>
border-color css
<style>
span { border-color: #AF325E; }
span { border-color: rgb(175,50,94); }
td.TdClassName
{
border-color: #AF325E;
}
.TagClassName
{
border-color: #AF325E;
}
</style>