Shades of Rouge #AF4166
Tints of Rouge #AF4166
RGB
CMYK
RGB Variations
Color information
#AF4166 (or 0xAF4166) is known color: Rouge. HEX triplet: AF, 41 and 66. RGB value is (175,65,102). Sum of RGB (Red+Green+Blue) = 175+65+102=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 102 (40.23% from 255 or 29.82% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4166 is #50BE99. Grayscale: #666666. Windows color (decimal): -5291674 or 6701487. OLE color: 6701487.
HSL color Cylindrical-coordinate representation of color #AF4166: hue angle of 339.82º 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 #AF4166 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 65 | 102 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.31 |
| HSL | 339.82º | 0.46% | 0.47% | - |
| HSV(B) | 339.82º | 0.63% | 0.69% | - |
| XYZ | 21.97 | 13.85 | 14.09 | - |
| YUV | 102.11 | 127.94 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 102 | 0 | 0.63 | 0.42 | 0.31 | 339.82 | 0.46 | 0.47 |
| Hex | AF | 41 | 66 | 0 | 3F | 2A | 1F | 154 | 2E | 2F |
| Octal | 257 | 101 | 146 | 0 | 77 | 52 | 37 | 524 | 56 | 57 |
| Binary | 10101111 | 1000001 | 1100110 | 0 | 111111 | 101010 | 11111 | 101010100 | 101110 | 101111 |
Color Harmonies of #AF4166
Complementary color
Monochromatic Colors of #AF4166
Black with #AF4166
Text Example
Text Example
White with #AF4166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4166; }
p { color: rgb(175,65,102); }
H1.HeaderClassName
{
color: #AF4166;
}
.AnyTagClassName
{
color: #AF4166;
}
</style>
background-color css
<style>
a { background-color: #AF4166; }
a { background-color: rgb(175,65,102); }
div.DivClassName
{
background-color: #AF4166;
}
.BgClassName
{
background-color: #AF4166;
}
</style>
border-color css
<style>
span { border-color: #AF4166; }
span { border-color: rgb(175,65,102); }
td.TdClassName
{
border-color: #AF4166;
}
.TagClassName
{
border-color: #AF4166;
}
</style>