Shades of Rouge #AF2F6E
Tints of Rouge #AF2F6E
RGB
CMYK
RGB Variations
Color information
#AF2F6E (or 0xAF2F6E) is known color: Rouge. HEX triplet: AF, 2F and 6E. RGB value is (175,47,110). Sum of RGB (Red+Green+Blue) = 175+47+110=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 47 (18.75% from 255 or 14.16% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2F6E is #50D091. Grayscale: #5C5C5C. Windows color (decimal): -5296274 or 7221167. OLE color: 7221167.
HSL color Cylindrical-coordinate representation of color #AF2F6E: hue angle of 330.47º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF2F6E is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 47 | 110 | - |
| CMYK | 0 | 0.73 | 0.37 | 0.31 |
| HSL | 330.47º | 0.58% | 0.44% | - |
| HSV(B) | 330.47º | 0.73% | 0.69% | - |
| XYZ | 21.51 | 12.27 | 15.99 | - |
| YUV | 92.45 | 137.91 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 47 | 110 | 0 | 0.73 | 0.37 | 0.31 | 330.47 | 0.58 | 0.44 |
| Hex | AF | 2F | 6E | 0 | 49 | 25 | 1F | 14A | 3A | 2C |
| Octal | 257 | 57 | 156 | 0 | 111 | 45 | 37 | 512 | 72 | 54 |
| Binary | 10101111 | 101111 | 1101110 | 0 | 1001001 | 100101 | 11111 | 101001010 | 111010 | 101100 |
Color Harmonies of #AF2F6E
Complementary color
Monochromatic Colors of #AF2F6E
Black with #AF2F6E
Text Example
Text Example
White with #AF2F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2F6E; }
p { color: rgb(175,47,110); }
H1.HeaderClassName
{
color: #AF2F6E;
}
.AnyTagClassName
{
color: #AF2F6E;
}
</style>
background-color css
<style>
a { background-color: #AF2F6E; }
a { background-color: rgb(175,47,110); }
div.DivClassName
{
background-color: #AF2F6E;
}
.BgClassName
{
background-color: #AF2F6E;
}
</style>
border-color css
<style>
span { border-color: #AF2F6E; }
span { border-color: rgb(175,47,110); }
td.TdClassName
{
border-color: #AF2F6E;
}
.TagClassName
{
border-color: #AF2F6E;
}
</style>