Shades of Rouge #AF296C
Tints of Rouge #AF296C
RGB
CMYK
RGB Variations
Color information
#AF296C (or 0xAF296C) is known color: Rouge. HEX triplet: AF, 29 and 6C. RGB value is (175,41,108). Sum of RGB (Red+Green+Blue) = 175+41+108=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF296C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF296C is #50D693. Grayscale: #585858. Windows color (decimal): -5297812 or 7088559. OLE color: 7088559.
HSL color Cylindrical-coordinate representation of color #AF296C: hue angle of 330º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF296C is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 41 | 108 | - |
| CMYK | 0 | 0.77 | 0.38 | 0.31 |
| HSL | 330º | 0.62% | 0.42% | - |
| HSV(B) | 330º | 0.77% | 0.69% | - |
| XYZ | 21.18 | 11.78 | 15.35 | - |
| YUV | 88.7 | 138.89 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 41 | 108 | 0 | 0.77 | 0.38 | 0.31 | 330 | 0.62 | 0.42 |
| Hex | AF | 29 | 6C | 0 | 4D | 26 | 1F | 14A | 3E | 2A |
| Octal | 257 | 51 | 154 | 0 | 115 | 46 | 37 | 512 | 76 | 52 |
| Binary | 10101111 | 101001 | 1101100 | 0 | 1001101 | 100110 | 11111 | 101001010 | 111110 | 101010 |
Color Harmonies of #AF296C
Complementary color
Monochromatic Colors of #AF296C
Black with #AF296C
Text Example
Text Example
White with #AF296C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF296C; }
p { color: rgb(175,41,108); }
H1.HeaderClassName
{
color: #AF296C;
}
.AnyTagClassName
{
color: #AF296C;
}
</style>
background-color css
<style>
a { background-color: #AF296C; }
a { background-color: rgb(175,41,108); }
div.DivClassName
{
background-color: #AF296C;
}
.BgClassName
{
background-color: #AF296C;
}
</style>
border-color css
<style>
span { border-color: #AF296C; }
span { border-color: rgb(175,41,108); }
td.TdClassName
{
border-color: #AF296C;
}
.TagClassName
{
border-color: #AF296C;
}
</style>