Shades of Rouge #AF4168
Tints of Rouge #AF4168
RGB
CMYK
RGB Variations
Color information
#AF4168 (or 0xAF4168) is known color: Rouge. HEX triplet: AF, 41 and 68. RGB value is (175,65,104). Sum of RGB (Red+Green+Blue) = 175+65+104=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4168 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4168 is #50BE97. Grayscale: #666666. Windows color (decimal): -5291672 or 6832559. OLE color: 6832559.
HSL color Cylindrical-coordinate representation of color #AF4168: hue angle of 338.73º 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 #AF4168 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 65 | 104 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.31 |
| HSL | 338.73º | 0.46% | 0.47% | - |
| HSV(B) | 338.73º | 0.63% | 0.69% | - |
| XYZ | 22.07 | 13.89 | 14.62 | - |
| YUV | 102.34 | 128.94 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 104 | 0 | 0.63 | 0.41 | 0.31 | 338.73 | 0.46 | 0.47 |
| Hex | AF | 41 | 68 | 0 | 3F | 29 | 1F | 153 | 2E | 2F |
| Octal | 257 | 101 | 150 | 0 | 77 | 51 | 37 | 523 | 56 | 57 |
| Binary | 10101111 | 1000001 | 1101000 | 0 | 111111 | 101001 | 11111 | 101010011 | 101110 | 101111 |
Color Harmonies of #AF4168
Complementary color
Monochromatic Colors of #AF4168
Black with #AF4168
Text Example
Text Example
White with #AF4168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4168; }
p { color: rgb(175,65,104); }
H1.HeaderClassName
{
color: #AF4168;
}
.AnyTagClassName
{
color: #AF4168;
}
</style>
background-color css
<style>
a { background-color: #AF4168; }
a { background-color: rgb(175,65,104); }
div.DivClassName
{
background-color: #AF4168;
}
.BgClassName
{
background-color: #AF4168;
}
</style>
border-color css
<style>
span { border-color: #AF4168; }
span { border-color: rgb(175,65,104); }
td.TdClassName
{
border-color: #AF4168;
}
.TagClassName
{
border-color: #AF4168;
}
</style>