Shades of Rouge #AF2B68
Tints of Rouge #AF2B68
RGB
CMYK
RGB Variations
Color information
#AF2B68 (or 0xAF2B68) is known color: Rouge. HEX triplet: AF, 2B and 68. RGB value is (175,43,104). Sum of RGB (Red+Green+Blue) = 175+43+104=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 43 (17.19% from 255 or 13.35% from 322); Blue value is 104 (41.02% from 255 or 32.30% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2B68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2B68 is #50D497. Grayscale: #595959. Windows color (decimal): -5297304 or 6826927. OLE color: 6826927.
HSL color Cylindrical-coordinate representation of color #AF2B68: hue angle of 332.27º 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 #AF2B68 is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 43 | 104 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.31 |
| HSL | 332.27º | 0.61% | 0.43% | - |
| HSV(B) | 332.27º | 0.75% | 0.69% | - |
| XYZ | 21.04 | 11.84 | 14.27 | - |
| YUV | 89.42 | 136.23 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 43 | 104 | 0 | 0.75 | 0.41 | 0.31 | 332.27 | 0.61 | 0.43 |
| Hex | AF | 2B | 68 | 0 | 4B | 29 | 1F | 14C | 3D | 2B |
| Octal | 257 | 53 | 150 | 0 | 113 | 51 | 37 | 514 | 75 | 53 |
| Binary | 10101111 | 101011 | 1101000 | 0 | 1001011 | 101001 | 11111 | 101001100 | 111101 | 101011 |
Color Harmonies of #AF2B68
Complementary color
Monochromatic Colors of #AF2B68
Black with #AF2B68
Text Example
Text Example
White with #AF2B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2B68; }
p { color: rgb(175,43,104); }
H1.HeaderClassName
{
color: #AF2B68;
}
.AnyTagClassName
{
color: #AF2B68;
}
</style>
background-color css
<style>
a { background-color: #AF2B68; }
a { background-color: rgb(175,43,104); }
div.DivClassName
{
background-color: #AF2B68;
}
.BgClassName
{
background-color: #AF2B68;
}
</style>
border-color css
<style>
span { border-color: #AF2B68; }
span { border-color: rgb(175,43,104); }
td.TdClassName
{
border-color: #AF2B68;
}
.TagClassName
{
border-color: #AF2B68;
}
</style>