Shades of Rouge #AF2A60
Tints of Rouge #AF2A60
RGB
CMYK
RGB Variations
Color information
#AF2A60 (or 0xAF2A60) is known color: Rouge. HEX triplet: AF, 2A and 60. RGB value is (175,42,96). Sum of RGB (Red+Green+Blue) = 175+42+96=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 42 (16.80% from 255 or 13.42% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2A60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2A60 is #50D59F. Grayscale: #575757. Windows color (decimal): -5297568 or 6302383. OLE color: 6302383.
HSL color Cylindrical-coordinate representation of color #AF2A60: hue angle of 335.64º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF2A60 is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 42 | 96 | - |
| CMYK | 0 | 0.76 | 0.45 | 0.31 |
| HSL | 335.64º | 0.61% | 0.43% | - |
| HSV(B) | 335.64º | 0.76% | 0.69% | - |
| XYZ | 20.62 | 11.61 | 12.22 | - |
| YUV | 87.92 | 132.56 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 42 | 96 | 0 | 0.76 | 0.45 | 0.31 | 335.64 | 0.61 | 0.43 |
| Hex | AF | 2A | 60 | 0 | 4C | 2D | 1F | 150 | 3D | 2B |
| Octal | 257 | 52 | 140 | 0 | 114 | 55 | 37 | 520 | 75 | 53 |
| Binary | 10101111 | 101010 | 1100000 | 0 | 1001100 | 101101 | 11111 | 101010000 | 111101 | 101011 |
Color Harmonies of #AF2A60
Complementary color
Monochromatic Colors of #AF2A60
Black with #AF2A60
Text Example
Text Example
White with #AF2A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2A60; }
p { color: rgb(175,42,96); }
H1.HeaderClassName
{
color: #AF2A60;
}
.AnyTagClassName
{
color: #AF2A60;
}
</style>
background-color css
<style>
a { background-color: #AF2A60; }
a { background-color: rgb(175,42,96); }
div.DivClassName
{
background-color: #AF2A60;
}
.BgClassName
{
background-color: #AF2A60;
}
</style>
border-color css
<style>
span { border-color: #AF2A60; }
span { border-color: rgb(175,42,96); }
td.TdClassName
{
border-color: #AF2A60;
}
.TagClassName
{
border-color: #AF2A60;
}
</style>