Shades of Rouge #AF3162
Tints of Rouge #AF3162
RGB
CMYK
RGB Variations
Color information
#AF3162 (or 0xAF3162) is known color: Rouge. HEX triplet: AF, 31 and 62. RGB value is (175,49,98). Sum of RGB (Red+Green+Blue) = 175+49+98=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3162 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3162 is #50CE9D. Grayscale: #5C5C5C. Windows color (decimal): -5295774 or 6435247. OLE color: 6435247.
HSL color Cylindrical-coordinate representation of color #AF3162: hue angle of 336.67º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF3162 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 49 | 98 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.31 |
| HSL | 336.67º | 0.56% | 0.44% | - |
| HSV(B) | 336.67º | 0.72% | 0.69% | - |
| XYZ | 20.98 | 12.19 | 12.8 | - |
| YUV | 92.26 | 131.24 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 49 | 98 | 0 | 0.72 | 0.44 | 0.31 | 336.67 | 0.56 | 0.44 |
| Hex | AF | 31 | 62 | 0 | 48 | 2C | 1F | 151 | 38 | 2C |
| Octal | 257 | 61 | 142 | 0 | 110 | 54 | 37 | 521 | 70 | 54 |
| Binary | 10101111 | 110001 | 1100010 | 0 | 1001000 | 101100 | 11111 | 101010001 | 111000 | 101100 |
Color Harmonies of #AF3162
Complementary color
Monochromatic Colors of #AF3162
Black with #AF3162
Text Example
Text Example
White with #AF3162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3162; }
p { color: rgb(175,49,98); }
H1.HeaderClassName
{
color: #AF3162;
}
.AnyTagClassName
{
color: #AF3162;
}
</style>
background-color css
<style>
a { background-color: #AF3162; }
a { background-color: rgb(175,49,98); }
div.DivClassName
{
background-color: #AF3162;
}
.BgClassName
{
background-color: #AF3162;
}
</style>
border-color css
<style>
span { border-color: #AF3162; }
span { border-color: rgb(175,49,98); }
td.TdClassName
{
border-color: #AF3162;
}
.TagClassName
{
border-color: #AF3162;
}
</style>