Shades of Rouge #AF3868
Tints of Rouge #AF3868
RGB
CMYK
RGB Variations
Color information
#AF3868 (or 0xAF3868) is known color: Rouge. HEX triplet: AF, 38 and 68. RGB value is (175,56,104). Sum of RGB (Red+Green+Blue) = 175+56+104=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 56 (22.27% from 255 or 16.72% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3868 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3868 is #50C797. Grayscale: #606060. Windows color (decimal): -5293976 or 6830255. OLE color: 6830255.
HSL color Cylindrical-coordinate representation of color #AF3868: hue angle of 335.8º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF3868 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 56 | 104 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.31 |
| HSL | 335.8º | 0.52% | 0.45% | - |
| HSV(B) | 335.8º | 0.68% | 0.69% | - |
| XYZ | 21.59 | 12.94 | 14.46 | - |
| YUV | 97.05 | 131.92 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 56 | 104 | 0 | 0.68 | 0.41 | 0.31 | 335.8 | 0.52 | 0.45 |
| Hex | AF | 38 | 68 | 0 | 44 | 29 | 1F | 150 | 34 | 2D |
| Octal | 257 | 70 | 150 | 0 | 104 | 51 | 37 | 520 | 64 | 55 |
| Binary | 10101111 | 111000 | 1101000 | 0 | 1000100 | 101001 | 11111 | 101010000 | 110100 | 101101 |
Color Harmonies of #AF3868
Complementary color
Monochromatic Colors of #AF3868
Black with #AF3868
Text Example
Text Example
White with #AF3868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3868; }
p { color: rgb(175,56,104); }
H1.HeaderClassName
{
color: #AF3868;
}
.AnyTagClassName
{
color: #AF3868;
}
</style>
background-color css
<style>
a { background-color: #AF3868; }
a { background-color: rgb(175,56,104); }
div.DivClassName
{
background-color: #AF3868;
}
.BgClassName
{
background-color: #AF3868;
}
</style>
border-color css
<style>
span { border-color: #AF3868; }
span { border-color: rgb(175,56,104); }
td.TdClassName
{
border-color: #AF3868;
}
.TagClassName
{
border-color: #AF3868;
}
</style>