Shades of Rouge #AF326D
Tints of Rouge #AF326D
RGB
CMYK
RGB Variations
Color information
#AF326D (or 0xAF326D) is known color: Rouge. HEX triplet: AF, 32 and 6D. RGB value is (175,50,109). Sum of RGB (Red+Green+Blue) = 175+50+109=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF326D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF326D is #50CD92. Grayscale: #5D5D5D. Windows color (decimal): -5295507 or 7156399. OLE color: 7156399.
HSL color Cylindrical-coordinate representation of color #AF326D: hue angle of 331.68º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF326D is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 50 | 109 | - |
| CMYK | 0 | 0.71 | 0.38 | 0.31 |
| HSL | 331.68º | 0.56% | 0.44% | - |
| HSV(B) | 331.68º | 0.71% | 0.69% | - |
| XYZ | 21.58 | 12.5 | 15.74 | - |
| YUV | 94.1 | 136.41 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 50 | 109 | 0 | 0.71 | 0.38 | 0.31 | 331.68 | 0.56 | 0.44 |
| Hex | AF | 32 | 6D | 0 | 47 | 26 | 1F | 14C | 38 | 2C |
| Octal | 257 | 62 | 155 | 0 | 107 | 46 | 37 | 514 | 70 | 54 |
| Binary | 10101111 | 110010 | 1101101 | 0 | 1000111 | 100110 | 11111 | 101001100 | 111000 | 101100 |
Color Harmonies of #AF326D
Complementary color
Monochromatic Colors of #AF326D
Black with #AF326D
Text Example
Text Example
White with #AF326D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF326D; }
p { color: rgb(175,50,109); }
H1.HeaderClassName
{
color: #AF326D;
}
.AnyTagClassName
{
color: #AF326D;
}
</style>
background-color css
<style>
a { background-color: #AF326D; }
a { background-color: rgb(175,50,109); }
div.DivClassName
{
background-color: #AF326D;
}
.BgClassName
{
background-color: #AF326D;
}
</style>
border-color css
<style>
span { border-color: #AF326D; }
span { border-color: rgb(175,50,109); }
td.TdClassName
{
border-color: #AF326D;
}
.TagClassName
{
border-color: #AF326D;
}
</style>