Shades of Rouge #AF3E6D
Tints of Rouge #AF3E6D
RGB
CMYK
RGB Variations
Color information
#AF3E6D (or 0xAF3E6D) is known color: Rouge. HEX triplet: AF, 3E and 6D. RGB value is (175,62,109). Sum of RGB (Red+Green+Blue) = 175+62+109=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 62 (24.61% from 255 or 17.92% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3E6D is #50C192. Grayscale: #656565. Windows color (decimal): -5292435 or 7159471. OLE color: 7159471.
HSL color Cylindrical-coordinate representation of color #AF3E6D: hue angle of 335.04º 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 #AF3E6D is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 62 | 109 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.31 |
| HSL | 335.04º | 0.48% | 0.46% | - |
| HSV(B) | 335.04º | 0.65% | 0.69% | - |
| XYZ | 22.16 | 13.66 | 15.94 | - |
| YUV | 101.15 | 132.44 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 62 | 109 | 0 | 0.65 | 0.38 | 0.31 | 335.04 | 0.48 | 0.46 |
| Hex | AF | 3E | 6D | 0 | 41 | 26 | 1F | 14F | 30 | 2E |
| Octal | 257 | 76 | 155 | 0 | 101 | 46 | 37 | 517 | 60 | 56 |
| Binary | 10101111 | 111110 | 1101101 | 0 | 1000001 | 100110 | 11111 | 101001111 | 110000 | 101110 |
Color Harmonies of #AF3E6D
Complementary color
Monochromatic Colors of #AF3E6D
Black with #AF3E6D
Text Example
Text Example
White with #AF3E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3E6D; }
p { color: rgb(175,62,109); }
H1.HeaderClassName
{
color: #AF3E6D;
}
.AnyTagClassName
{
color: #AF3E6D;
}
</style>
background-color css
<style>
a { background-color: #AF3E6D; }
a { background-color: rgb(175,62,109); }
div.DivClassName
{
background-color: #AF3E6D;
}
.BgClassName
{
background-color: #AF3E6D;
}
</style>
border-color css
<style>
span { border-color: #AF3E6D; }
span { border-color: rgb(175,62,109); }
td.TdClassName
{
border-color: #AF3E6D;
}
.TagClassName
{
border-color: #AF3E6D;
}
</style>