Shades of Rouge #AF276C
Tints of Rouge #AF276C
RGB
CMYK
RGB Variations
Color information
#AF276C (or 0xAF276C) is known color: Rouge. HEX triplet: AF, 27 and 6C. RGB value is (175,39,108). Sum of RGB (Red+Green+Blue) = 175+39+108=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 39 (15.62% from 255 or 12.11% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF276C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF276C is #50D893. Grayscale: #575757. Windows color (decimal): -5298324 or 7088047. OLE color: 7088047.
HSL color Cylindrical-coordinate representation of color #AF276C: hue angle of 329.56º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF276C is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 39 | 108 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.31 |
| HSL | 329.56º | 0.64% | 0.42% | - |
| HSV(B) | 329.56º | 0.78% | 0.69% | - |
| XYZ | 21.11 | 11.65 | 15.32 | - |
| YUV | 87.53 | 139.56 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 39 | 108 | 0 | 0.78 | 0.38 | 0.31 | 329.56 | 0.64 | 0.42 |
| Hex | AF | 27 | 6C | 0 | 4E | 26 | 1F | 14A | 40 | 2A |
| Octal | 257 | 47 | 154 | 0 | 116 | 46 | 37 | 512 | 100 | 52 |
| Binary | 10101111 | 100111 | 1101100 | 0 | 1001110 | 100110 | 11111 | 101001010 | 1000000 | 101010 |
Color Harmonies of #AF276C
Complementary color
Monochromatic Colors of #AF276C
Black with #AF276C
Text Example
Text Example
White with #AF276C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF276C; }
p { color: rgb(175,39,108); }
H1.HeaderClassName
{
color: #AF276C;
}
.AnyTagClassName
{
color: #AF276C;
}
</style>
background-color css
<style>
a { background-color: #AF276C; }
a { background-color: rgb(175,39,108); }
div.DivClassName
{
background-color: #AF276C;
}
.BgClassName
{
background-color: #AF276C;
}
</style>
border-color css
<style>
span { border-color: #AF276C; }
span { border-color: rgb(175,39,108); }
td.TdClassName
{
border-color: #AF276C;
}
.TagClassName
{
border-color: #AF276C;
}
</style>