Shades of Rouge #AF3E6C
Tints of Rouge #AF3E6C
RGB
CMYK
RGB Variations
Color information
#AF3E6C (or 0xAF3E6C) is known color: Rouge. HEX triplet: AF, 3E and 6C. RGB value is (175,62,108). Sum of RGB (Red+Green+Blue) = 175+62+108=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 62 (24.61% from 255 or 17.97% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3E6C is #50C193. Grayscale: #646464. Windows color (decimal): -5292436 or 7093935. OLE color: 7093935.
HSL color Cylindrical-coordinate representation of color #AF3E6C: hue angle of 335.58º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF3E6C is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 62 | 108 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.31 |
| HSL | 335.58º | 0.48% | 0.46% | - |
| HSV(B) | 335.58º | 0.65% | 0.69% | - |
| XYZ | 22.11 | 13.64 | 15.66 | - |
| YUV | 101.03 | 131.94 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 62 | 108 | 0 | 0.65 | 0.38 | 0.31 | 335.58 | 0.48 | 0.46 |
| Hex | AF | 3E | 6C | 0 | 41 | 26 | 1F | 150 | 30 | 2E |
| Octal | 257 | 76 | 154 | 0 | 101 | 46 | 37 | 520 | 60 | 56 |
| Binary | 10101111 | 111110 | 1101100 | 0 | 1000001 | 100110 | 11111 | 101010000 | 110000 | 101110 |
Color Harmonies of #AF3E6C
Complementary color
Monochromatic Colors of #AF3E6C
Black with #AF3E6C
Text Example
Text Example
White with #AF3E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3E6C; }
p { color: rgb(175,62,108); }
H1.HeaderClassName
{
color: #AF3E6C;
}
.AnyTagClassName
{
color: #AF3E6C;
}
</style>
background-color css
<style>
a { background-color: #AF3E6C; }
a { background-color: rgb(175,62,108); }
div.DivClassName
{
background-color: #AF3E6C;
}
.BgClassName
{
background-color: #AF3E6C;
}
</style>
border-color css
<style>
span { border-color: #AF3E6C; }
span { border-color: rgb(175,62,108); }
td.TdClassName
{
border-color: #AF3E6C;
}
.TagClassName
{
border-color: #AF3E6C;
}
</style>