Shades of Rouge #AF3D6E
Tints of Rouge #AF3D6E
RGB
CMYK
RGB Variations
Color information
#AF3D6E (or 0xAF3D6E) is known color: Rouge. HEX triplet: AF, 3D and 6E. RGB value is (175,61,110). Sum of RGB (Red+Green+Blue) = 175+61+110=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3D6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3D6E is #50C291. Grayscale: #646464. Windows color (decimal): -5292690 or 7224751. OLE color: 7224751.
HSL color Cylindrical-coordinate representation of color #AF3D6E: hue angle of 334.21º 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 #AF3D6E is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 61 | 110 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.31 |
| HSL | 334.21º | 0.48% | 0.46% | - |
| HSV(B) | 334.21º | 0.65% | 0.69% | - |
| XYZ | 22.16 | 13.58 | 16.2 | - |
| YUV | 100.67 | 133.27 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 61 | 110 | 0 | 0.65 | 0.37 | 0.31 | 334.21 | 0.48 | 0.46 |
| Hex | AF | 3D | 6E | 0 | 41 | 25 | 1F | 14E | 30 | 2E |
| Octal | 257 | 75 | 156 | 0 | 101 | 45 | 37 | 516 | 60 | 56 |
| Binary | 10101111 | 111101 | 1101110 | 0 | 1000001 | 100101 | 11111 | 101001110 | 110000 | 101110 |
Color Harmonies of #AF3D6E
Complementary color
Monochromatic Colors of #AF3D6E
Black with #AF3D6E
Text Example
Text Example
White with #AF3D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3D6E; }
p { color: rgb(175,61,110); }
H1.HeaderClassName
{
color: #AF3D6E;
}
.AnyTagClassName
{
color: #AF3D6E;
}
</style>
background-color css
<style>
a { background-color: #AF3D6E; }
a { background-color: rgb(175,61,110); }
div.DivClassName
{
background-color: #AF3D6E;
}
.BgClassName
{
background-color: #AF3D6E;
}
</style>
border-color css
<style>
span { border-color: #AF3D6E; }
span { border-color: rgb(175,61,110); }
td.TdClassName
{
border-color: #AF3D6E;
}
.TagClassName
{
border-color: #AF3D6E;
}
</style>