Shades of Rouge #AF315F
Tints of Rouge #AF315F
RGB
CMYK
RGB Variations
Color information
#AF315F (or 0xAF315F) is known color: Rouge. HEX triplet: AF, 31 and 5F. RGB value is (175,49,95). Sum of RGB (Red+Green+Blue) = 175+49+95=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF315F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF315F is #50CEA0. Grayscale: #5B5B5B. Windows color (decimal): -5295777 or 6238639. OLE color: 6238639.
HSL color Cylindrical-coordinate representation of color #AF315F: hue angle of 338.1º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF315F is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 49 | 95 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.31 |
| HSL | 338.1º | 0.56% | 0.44% | - |
| HSV(B) | 338.1º | 0.72% | 0.69% | - |
| XYZ | 20.84 | 12.14 | 12.07 | - |
| YUV | 91.92 | 129.74 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 49 | 95 | 0 | 0.72 | 0.46 | 0.31 | 338.1 | 0.56 | 0.44 |
| Hex | AF | 31 | 5F | 0 | 48 | 2E | 1F | 152 | 38 | 2C |
| Octal | 257 | 61 | 137 | 0 | 110 | 56 | 37 | 522 | 70 | 54 |
| Binary | 10101111 | 110001 | 1011111 | 0 | 1001000 | 101110 | 11111 | 101010010 | 111000 | 101100 |
Color Harmonies of #AF315F
Complementary color
Monochromatic Colors of #AF315F
Black with #AF315F
Text Example
Text Example
White with #AF315F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF315F; }
p { color: rgb(175,49,95); }
H1.HeaderClassName
{
color: #AF315F;
}
.AnyTagClassName
{
color: #AF315F;
}
</style>
background-color css
<style>
a { background-color: #AF315F; }
a { background-color: rgb(175,49,95); }
div.DivClassName
{
background-color: #AF315F;
}
.BgClassName
{
background-color: #AF315F;
}
</style>
border-color css
<style>
span { border-color: #AF315F; }
span { border-color: rgb(175,49,95); }
td.TdClassName
{
border-color: #AF315F;
}
.TagClassName
{
border-color: #AF315F;
}
</style>