Shades of Rouge #AF416C
Tints of Rouge #AF416C
RGB
CMYK
RGB Variations
Color information
#AF416C (or 0xAF416C) is known color: Rouge. HEX triplet: AF, 41 and 6C. RGB value is (175,65,108). Sum of RGB (Red+Green+Blue) = 175+65+108=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF416C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF416C is #50BE93. Grayscale: #666666. Windows color (decimal): -5291668 or 7094703. OLE color: 7094703.
HSL color Cylindrical-coordinate representation of color #AF416C: hue angle of 336.55º 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 #AF416C is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 65 | 108 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.31 |
| HSL | 336.55º | 0.46% | 0.47% | - |
| HSV(B) | 336.55º | 0.63% | 0.69% | - |
| XYZ | 22.28 | 13.98 | 15.71 | - |
| YUV | 102.79 | 130.94 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 108 | 0 | 0.63 | 0.38 | 0.31 | 336.55 | 0.46 | 0.47 |
| Hex | AF | 41 | 6C | 0 | 3F | 26 | 1F | 151 | 2E | 2F |
| Octal | 257 | 101 | 154 | 0 | 77 | 46 | 37 | 521 | 56 | 57 |
| Binary | 10101111 | 1000001 | 1101100 | 0 | 111111 | 100110 | 11111 | 101010001 | 101110 | 101111 |
Color Harmonies of #AF416C
Complementary color
Monochromatic Colors of #AF416C
Black with #AF416C
Text Example
Text Example
White with #AF416C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF416C; }
p { color: rgb(175,65,108); }
H1.HeaderClassName
{
color: #AF416C;
}
.AnyTagClassName
{
color: #AF416C;
}
</style>
background-color css
<style>
a { background-color: #AF416C; }
a { background-color: rgb(175,65,108); }
div.DivClassName
{
background-color: #AF416C;
}
.BgClassName
{
background-color: #AF416C;
}
</style>
border-color css
<style>
span { border-color: #AF416C; }
span { border-color: rgb(175,65,108); }
td.TdClassName
{
border-color: #AF416C;
}
.TagClassName
{
border-color: #AF416C;
}
</style>