Shades of Rouge #AF3A5C
Tints of Rouge #AF3A5C
RGB
CMYK
RGB Variations
Color information
#AF3A5C (or 0xAF3A5C) is known color: Rouge. HEX triplet: AF, 3A and 5C. RGB value is (175,58,92). Sum of RGB (Red+Green+Blue) = 175+58+92=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3A5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3A5C is #50C5A3. Grayscale: #606060. Windows color (decimal): -5293476 or 6044335. OLE color: 6044335.
HSL color Cylindrical-coordinate representation of color #AF3A5C: hue angle of 342.56º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF3A5C is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 58 | 92 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.31 |
| HSL | 342.56º | 0.5% | 0.46% | - |
| HSV(B) | 342.56º | 0.67% | 0.69% | - |
| XYZ | 21.12 | 12.91 | 11.5 | - |
| YUV | 96.86 | 125.26 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 58 | 92 | 0 | 0.67 | 0.47 | 0.31 | 342.56 | 0.5 | 0.46 |
| Hex | AF | 3A | 5C | 0 | 43 | 2F | 1F | 157 | 32 | 2E |
| Octal | 257 | 72 | 134 | 0 | 103 | 57 | 37 | 527 | 62 | 56 |
| Binary | 10101111 | 111010 | 1011100 | 0 | 1000011 | 101111 | 11111 | 101010111 | 110010 | 101110 |
Color Harmonies of #AF3A5C
Complementary color
Monochromatic Colors of #AF3A5C
Black with #AF3A5C
Text Example
Text Example
White with #AF3A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3A5C; }
p { color: rgb(175,58,92); }
H1.HeaderClassName
{
color: #AF3A5C;
}
.AnyTagClassName
{
color: #AF3A5C;
}
</style>
background-color css
<style>
a { background-color: #AF3A5C; }
a { background-color: rgb(175,58,92); }
div.DivClassName
{
background-color: #AF3A5C;
}
.BgClassName
{
background-color: #AF3A5C;
}
</style>
border-color css
<style>
span { border-color: #AF3A5C; }
span { border-color: rgb(175,58,92); }
td.TdClassName
{
border-color: #AF3A5C;
}
.TagClassName
{
border-color: #AF3A5C;
}
</style>