Shades of Rouge #AF396D
Tints of Rouge #AF396D
RGB
CMYK
RGB Variations
Color information
#AF396D (or 0xAF396D) is known color: Rouge. HEX triplet: AF, 39 and 6D. RGB value is (175,57,109). Sum of RGB (Red+Green+Blue) = 175+57+109=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF396D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF396D is #50C692. Grayscale: #626262. Windows color (decimal): -5293715 or 7158191. OLE color: 7158191.
HSL color Cylindrical-coordinate representation of color #AF396D: hue angle of 333.56º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF396D is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 57 | 109 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.31 |
| HSL | 333.56º | 0.51% | 0.45% | - |
| HSV(B) | 333.56º | 0.67% | 0.69% | - |
| XYZ | 21.9 | 13.14 | 15.85 | - |
| YUV | 98.21 | 134.09 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 57 | 109 | 0 | 0.67 | 0.38 | 0.31 | 333.56 | 0.51 | 0.45 |
| Hex | AF | 39 | 6D | 0 | 43 | 26 | 1F | 14E | 33 | 2D |
| Octal | 257 | 71 | 155 | 0 | 103 | 46 | 37 | 516 | 63 | 55 |
| Binary | 10101111 | 111001 | 1101101 | 0 | 1000011 | 100110 | 11111 | 101001110 | 110011 | 101101 |
Color Harmonies of #AF396D
Complementary color
Monochromatic Colors of #AF396D
Black with #AF396D
Text Example
Text Example
White with #AF396D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF396D; }
p { color: rgb(175,57,109); }
H1.HeaderClassName
{
color: #AF396D;
}
.AnyTagClassName
{
color: #AF396D;
}
</style>
background-color css
<style>
a { background-color: #AF396D; }
a { background-color: rgb(175,57,109); }
div.DivClassName
{
background-color: #AF396D;
}
.BgClassName
{
background-color: #AF396D;
}
</style>
border-color css
<style>
span { border-color: #AF396D; }
span { border-color: rgb(175,57,109); }
td.TdClassName
{
border-color: #AF396D;
}
.TagClassName
{
border-color: #AF396D;
}
</style>