Shades of Rouge #AF416D
Tints of Rouge #AF416D
RGB
CMYK
RGB Variations
Color information
#AF416D (or 0xAF416D) is known color: Rouge. HEX triplet: AF, 41 and 6D. RGB value is (175,65,109). Sum of RGB (Red+Green+Blue) = 175+65+109=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF416D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF416D is #50BE92. Grayscale: #666666. Windows color (decimal): -5291667 or 7160239. OLE color: 7160239.
HSL color Cylindrical-coordinate representation of color #AF416D: hue angle of 336º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF416D is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 65 | 109 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.31 |
| HSL | 336º | 0.46% | 0.47% | - |
| HSV(B) | 336º | 0.63% | 0.69% | - |
| XYZ | 22.33 | 14 | 15.99 | - |
| YUV | 102.91 | 131.44 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 109 | 0 | 0.63 | 0.38 | 0.31 | 336 | 0.46 | 0.47 |
| Hex | AF | 41 | 6D | 0 | 3F | 26 | 1F | 150 | 2E | 2F |
| Octal | 257 | 101 | 155 | 0 | 77 | 46 | 37 | 520 | 56 | 57 |
| Binary | 10101111 | 1000001 | 1101101 | 0 | 111111 | 100110 | 11111 | 101010000 | 101110 | 101111 |
Color Harmonies of #AF416D
Complementary color
Monochromatic Colors of #AF416D
Black with #AF416D
Text Example
Text Example
White with #AF416D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF416D; }
p { color: rgb(175,65,109); }
H1.HeaderClassName
{
color: #AF416D;
}
.AnyTagClassName
{
color: #AF416D;
}
</style>
background-color css
<style>
a { background-color: #AF416D; }
a { background-color: rgb(175,65,109); }
div.DivClassName
{
background-color: #AF416D;
}
.BgClassName
{
background-color: #AF416D;
}
</style>
border-color css
<style>
span { border-color: #AF416D; }
span { border-color: rgb(175,65,109); }
td.TdClassName
{
border-color: #AF416D;
}
.TagClassName
{
border-color: #AF416D;
}
</style>