Shades of Rouge #AF3E6E
Tints of Rouge #AF3E6E
RGB
CMYK
RGB Variations
Color information
#AF3E6E (or 0xAF3E6E) is known color: Rouge. HEX triplet: AF, 3E and 6E. RGB value is (175,62,110). Sum of RGB (Red+Green+Blue) = 175+62+110=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 62 (24.61% from 255 or 17.87% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3E6E is #50C191. Grayscale: #656565. Windows color (decimal): -5292434 or 7225007. OLE color: 7225007.
HSL color Cylindrical-coordinate representation of color #AF3E6E: hue angle of 334.51º 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 #AF3E6E is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 62 | 110 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.31 |
| HSL | 334.51º | 0.48% | 0.46% | - |
| HSV(B) | 334.51º | 0.65% | 0.69% | - |
| XYZ | 22.22 | 13.69 | 16.22 | - |
| YUV | 101.26 | 132.94 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 62 | 110 | 0 | 0.65 | 0.37 | 0.31 | 334.51 | 0.48 | 0.46 |
| Hex | AF | 3E | 6E | 0 | 41 | 25 | 1F | 14F | 30 | 2E |
| Octal | 257 | 76 | 156 | 0 | 101 | 45 | 37 | 517 | 60 | 56 |
| Binary | 10101111 | 111110 | 1101110 | 0 | 1000001 | 100101 | 11111 | 101001111 | 110000 | 101110 |
Color Harmonies of #AF3E6E
Complementary color
Monochromatic Colors of #AF3E6E
Black with #AF3E6E
Text Example
Text Example
White with #AF3E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3E6E; }
p { color: rgb(175,62,110); }
H1.HeaderClassName
{
color: #AF3E6E;
}
.AnyTagClassName
{
color: #AF3E6E;
}
</style>
background-color css
<style>
a { background-color: #AF3E6E; }
a { background-color: rgb(175,62,110); }
div.DivClassName
{
background-color: #AF3E6E;
}
.BgClassName
{
background-color: #AF3E6E;
}
</style>
border-color css
<style>
span { border-color: #AF3E6E; }
span { border-color: rgb(175,62,110); }
td.TdClassName
{
border-color: #AF3E6E;
}
.TagClassName
{
border-color: #AF3E6E;
}
</style>