Shades of Rouge #AF285F
Tints of Rouge #AF285F
RGB
CMYK
RGB Variations
Color information
#AF285F (or 0xAF285F) is known color: Rouge. HEX triplet: AF, 28 and 5F. RGB value is (175,40,95). Sum of RGB (Red+Green+Blue) = 175+40+95=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF285F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF285F is #50D7A0. Grayscale: #565656. Windows color (decimal): -5298081 or 6236335. OLE color: 6236335.
HSL color Cylindrical-coordinate representation of color #AF285F: hue angle of 335.56º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF285F is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 40 | 95 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.31 |
| HSL | 335.56º | 0.63% | 0.42% | - |
| HSV(B) | 335.56º | 0.77% | 0.69% | - |
| XYZ | 20.5 | 11.46 | 11.96 | - |
| YUV | 86.64 | 132.73 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 95 | 0 | 0.77 | 0.46 | 0.31 | 335.56 | 0.63 | 0.42 |
| Hex | AF | 28 | 5F | 0 | 4D | 2E | 1F | 150 | 3F | 2A |
| Octal | 257 | 50 | 137 | 0 | 115 | 56 | 37 | 520 | 77 | 52 |
| Binary | 10101111 | 101000 | 1011111 | 0 | 1001101 | 101110 | 11111 | 101010000 | 111111 | 101010 |
Color Harmonies of #AF285F
Complementary color
Monochromatic Colors of #AF285F
Black with #AF285F
Text Example
Text Example
White with #AF285F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF285F; }
p { color: rgb(175,40,95); }
H1.HeaderClassName
{
color: #AF285F;
}
.AnyTagClassName
{
color: #AF285F;
}
</style>
background-color css
<style>
a { background-color: #AF285F; }
a { background-color: rgb(175,40,95); }
div.DivClassName
{
background-color: #AF285F;
}
.BgClassName
{
background-color: #AF285F;
}
</style>
border-color css
<style>
span { border-color: #AF285F; }
span { border-color: rgb(175,40,95); }
td.TdClassName
{
border-color: #AF285F;
}
.TagClassName
{
border-color: #AF285F;
}
</style>