Shades of Rouge #AF416B
Tints of Rouge #AF416B
RGB
CMYK
RGB Variations
Color information
#AF416B (or 0xAF416B) is known color: Rouge. HEX triplet: AF, 41 and 6B. RGB value is (175,65,107). Sum of RGB (Red+Green+Blue) = 175+65+107=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF416B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF416B is #50BE94. Grayscale: #666666. Windows color (decimal): -5291669 or 7029167. OLE color: 7029167.
HSL color Cylindrical-coordinate representation of color #AF416B: hue angle of 337.09º 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 #AF416B is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 65 | 107 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.31 |
| HSL | 337.09º | 0.46% | 0.47% | - |
| HSV(B) | 337.09º | 0.63% | 0.69% | - |
| XYZ | 22.22 | 13.96 | 15.43 | - |
| YUV | 102.68 | 130.44 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 107 | 0 | 0.63 | 0.39 | 0.31 | 337.09 | 0.46 | 0.47 |
| Hex | AF | 41 | 6B | 0 | 3F | 27 | 1F | 151 | 2E | 2F |
| Octal | 257 | 101 | 153 | 0 | 77 | 47 | 37 | 521 | 56 | 57 |
| Binary | 10101111 | 1000001 | 1101011 | 0 | 111111 | 100111 | 11111 | 101010001 | 101110 | 101111 |
Color Harmonies of #AF416B
Complementary color
Monochromatic Colors of #AF416B
Black with #AF416B
Text Example
Text Example
White with #AF416B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF416B; }
p { color: rgb(175,65,107); }
H1.HeaderClassName
{
color: #AF416B;
}
.AnyTagClassName
{
color: #AF416B;
}
</style>
background-color css
<style>
a { background-color: #AF416B; }
a { background-color: rgb(175,65,107); }
div.DivClassName
{
background-color: #AF416B;
}
.BgClassName
{
background-color: #AF416B;
}
</style>
border-color css
<style>
span { border-color: #AF416B; }
span { border-color: rgb(175,65,107); }
td.TdClassName
{
border-color: #AF416B;
}
.TagClassName
{
border-color: #AF416B;
}
</style>