Shades of Rouge #AF325D
Tints of Rouge #AF325D
RGB
CMYK
RGB Variations
Color information
#AF325D (or 0xAF325D) is known color: Rouge. HEX triplet: AF, 32 and 5D. RGB value is (175,50,93). Sum of RGB (Red+Green+Blue) = 175+50+93=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF325D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF325D is #50CDA2. Grayscale: #5C5C5C. Windows color (decimal): -5295523 or 6107823. OLE color: 6107823.
HSL color Cylindrical-coordinate representation of color #AF325D: hue angle of 339.36º 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 #AF325D is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 50 | 93 | - |
| CMYK | 0 | 0.71 | 0.47 | 0.31 |
| HSL | 339.36º | 0.56% | 0.44% | - |
| HSV(B) | 339.36º | 0.71% | 0.69% | - |
| XYZ | 20.8 | 12.19 | 11.61 | - |
| YUV | 92.28 | 128.41 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 50 | 93 | 0 | 0.71 | 0.47 | 0.31 | 339.36 | 0.56 | 0.44 |
| Hex | AF | 32 | 5D | 0 | 47 | 2F | 1F | 153 | 38 | 2C |
| Octal | 257 | 62 | 135 | 0 | 107 | 57 | 37 | 523 | 70 | 54 |
| Binary | 10101111 | 110010 | 1011101 | 0 | 1000111 | 101111 | 11111 | 101010011 | 111000 | 101100 |
Color Harmonies of #AF325D
Complementary color
Monochromatic Colors of #AF325D
Black with #AF325D
Text Example
Text Example
White with #AF325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF325D; }
p { color: rgb(175,50,93); }
H1.HeaderClassName
{
color: #AF325D;
}
.AnyTagClassName
{
color: #AF325D;
}
</style>
background-color css
<style>
a { background-color: #AF325D; }
a { background-color: rgb(175,50,93); }
div.DivClassName
{
background-color: #AF325D;
}
.BgClassName
{
background-color: #AF325D;
}
</style>
border-color css
<style>
span { border-color: #AF325D; }
span { border-color: rgb(175,50,93); }
td.TdClassName
{
border-color: #AF325D;
}
.TagClassName
{
border-color: #AF325D;
}
</style>