Shades of Rouge #AF2B6E
Tints of Rouge #AF2B6E
RGB
CMYK
RGB Variations
Color information
#AF2B6E (or 0xAF2B6E) is known color: Rouge. HEX triplet: AF, 2B and 6E. RGB value is (175,43,110). Sum of RGB (Red+Green+Blue) = 175+43+110=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 43 (17.19% from 255 or 13.11% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2B6E is #50D491. Grayscale: #595959. Windows color (decimal): -5297298 or 7220143. OLE color: 7220143.
HSL color Cylindrical-coordinate representation of color #AF2B6E: hue angle of 329.55º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF2B6E is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 43 | 110 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.31 |
| HSL | 329.55º | 0.61% | 0.43% | - |
| HSV(B) | 329.55º | 0.75% | 0.69% | - |
| XYZ | 21.36 | 11.97 | 15.94 | - |
| YUV | 90.11 | 139.23 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 43 | 110 | 0 | 0.75 | 0.37 | 0.31 | 329.55 | 0.61 | 0.43 |
| Hex | AF | 2B | 6E | 0 | 4B | 25 | 1F | 14A | 3D | 2B |
| Octal | 257 | 53 | 156 | 0 | 113 | 45 | 37 | 512 | 75 | 53 |
| Binary | 10101111 | 101011 | 1101110 | 0 | 1001011 | 100101 | 11111 | 101001010 | 111101 | 101011 |
Color Harmonies of #AF2B6E
Complementary color
Monochromatic Colors of #AF2B6E
Black with #AF2B6E
Text Example
Text Example
White with #AF2B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2B6E; }
p { color: rgb(175,43,110); }
H1.HeaderClassName
{
color: #AF2B6E;
}
.AnyTagClassName
{
color: #AF2B6E;
}
</style>
background-color css
<style>
a { background-color: #AF2B6E; }
a { background-color: rgb(175,43,110); }
div.DivClassName
{
background-color: #AF2B6E;
}
.BgClassName
{
background-color: #AF2B6E;
}
</style>
border-color css
<style>
span { border-color: #AF2B6E; }
span { border-color: rgb(175,43,110); }
td.TdClassName
{
border-color: #AF2B6E;
}
.TagClassName
{
border-color: #AF2B6E;
}
</style>