Shades of Rouge #AF3D6D
Tints of Rouge #AF3D6D
RGB
CMYK
RGB Variations
Color information
#AF3D6D (or 0xAF3D6D) is known color: Rouge. HEX triplet: AF, 3D and 6D. RGB value is (175,61,109). Sum of RGB (Red+Green+Blue) = 175+61+109=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 61 (24.22% from 255 or 17.68% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3D6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3D6D is #50C292. Grayscale: #646464. Windows color (decimal): -5292691 or 7159215. OLE color: 7159215.
HSL color Cylindrical-coordinate representation of color #AF3D6D: hue angle of 334.74º 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 #AF3D6D is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 61 | 109 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.31 |
| HSL | 334.74º | 0.48% | 0.46% | - |
| HSV(B) | 334.74º | 0.65% | 0.69% | - |
| XYZ | 22.11 | 13.56 | 15.92 | - |
| YUV | 100.56 | 132.77 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 61 | 109 | 0 | 0.65 | 0.38 | 0.31 | 334.74 | 0.48 | 0.46 |
| Hex | AF | 3D | 6D | 0 | 41 | 26 | 1F | 14F | 30 | 2E |
| Octal | 257 | 75 | 155 | 0 | 101 | 46 | 37 | 517 | 60 | 56 |
| Binary | 10101111 | 111101 | 1101101 | 0 | 1000001 | 100110 | 11111 | 101001111 | 110000 | 101110 |
Color Harmonies of #AF3D6D
Complementary color
Monochromatic Colors of #AF3D6D
Black with #AF3D6D
Text Example
Text Example
White with #AF3D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3D6D; }
p { color: rgb(175,61,109); }
H1.HeaderClassName
{
color: #AF3D6D;
}
.AnyTagClassName
{
color: #AF3D6D;
}
</style>
background-color css
<style>
a { background-color: #AF3D6D; }
a { background-color: rgb(175,61,109); }
div.DivClassName
{
background-color: #AF3D6D;
}
.BgClassName
{
background-color: #AF3D6D;
}
</style>
border-color css
<style>
span { border-color: #AF3D6D; }
span { border-color: rgb(175,61,109); }
td.TdClassName
{
border-color: #AF3D6D;
}
.TagClassName
{
border-color: #AF3D6D;
}
</style>