Shades of Rouge #AF2D6E
Tints of Rouge #AF2D6E
RGB
CMYK
RGB Variations
Color information
#AF2D6E (or 0xAF2D6E) is known color: Rouge. HEX triplet: AF, 2D and 6E. RGB value is (175,45,110). Sum of RGB (Red+Green+Blue) = 175+45+110=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2D6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2D6E is #50D291. Grayscale: #5B5B5B. Windows color (decimal): -5296786 or 7220655. OLE color: 7220655.
HSL color Cylindrical-coordinate representation of color #AF2D6E: hue angle of 330º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF2D6E is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 45 | 110 | - |
| CMYK | 0 | 0.74 | 0.37 | 0.31 |
| HSL | 330º | 0.59% | 0.43% | - |
| HSV(B) | 330º | 0.74% | 0.69% | - |
| XYZ | 21.43 | 12.12 | 15.96 | - |
| YUV | 91.28 | 138.57 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 45 | 110 | 0 | 0.74 | 0.37 | 0.31 | 330 | 0.59 | 0.43 |
| Hex | AF | 2D | 6E | 0 | 4A | 25 | 1F | 14A | 3B | 2B |
| Octal | 257 | 55 | 156 | 0 | 112 | 45 | 37 | 512 | 73 | 53 |
| Binary | 10101111 | 101101 | 1101110 | 0 | 1001010 | 100101 | 11111 | 101001010 | 111011 | 101011 |
Color Harmonies of #AF2D6E
Complementary color
Monochromatic Colors of #AF2D6E
Black with #AF2D6E
Text Example
Text Example
White with #AF2D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2D6E; }
p { color: rgb(175,45,110); }
H1.HeaderClassName
{
color: #AF2D6E;
}
.AnyTagClassName
{
color: #AF2D6E;
}
</style>
background-color css
<style>
a { background-color: #AF2D6E; }
a { background-color: rgb(175,45,110); }
div.DivClassName
{
background-color: #AF2D6E;
}
.BgClassName
{
background-color: #AF2D6E;
}
</style>
border-color css
<style>
span { border-color: #AF2D6E; }
span { border-color: rgb(175,45,110); }
td.TdClassName
{
border-color: #AF2D6E;
}
.TagClassName
{
border-color: #AF2D6E;
}
</style>