Shades of Rouge #AF3166
Tints of Rouge #AF3166
RGB
CMYK
RGB Variations
Color information
#AF3166 (or 0xAF3166) is known color: Rouge. HEX triplet: AF, 31 and 66. RGB value is (175,49,102). Sum of RGB (Red+Green+Blue) = 175+49+102=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3166 is #50CE99. Grayscale: #5C5C5C. Windows color (decimal): -5295770 or 6697391. OLE color: 6697391.
HSL color Cylindrical-coordinate representation of color #AF3166: hue angle of 334.76º 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 #AF3166 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 49 | 102 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.31 |
| HSL | 334.76º | 0.56% | 0.44% | - |
| HSV(B) | 334.76º | 0.72% | 0.69% | - |
| XYZ | 21.18 | 12.27 | 13.82 | - |
| YUV | 92.72 | 133.24 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 49 | 102 | 0 | 0.72 | 0.42 | 0.31 | 334.76 | 0.56 | 0.44 |
| Hex | AF | 31 | 66 | 0 | 48 | 2A | 1F | 14F | 38 | 2C |
| Octal | 257 | 61 | 146 | 0 | 110 | 52 | 37 | 517 | 70 | 54 |
| Binary | 10101111 | 110001 | 1100110 | 0 | 1001000 | 101010 | 11111 | 101001111 | 111000 | 101100 |
Color Harmonies of #AF3166
Complementary color
Monochromatic Colors of #AF3166
Black with #AF3166
Text Example
Text Example
White with #AF3166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3166; }
p { color: rgb(175,49,102); }
H1.HeaderClassName
{
color: #AF3166;
}
.AnyTagClassName
{
color: #AF3166;
}
</style>
background-color css
<style>
a { background-color: #AF3166; }
a { background-color: rgb(175,49,102); }
div.DivClassName
{
background-color: #AF3166;
}
.BgClassName
{
background-color: #AF3166;
}
</style>
border-color css
<style>
span { border-color: #AF3166; }
span { border-color: rgb(175,49,102); }
td.TdClassName
{
border-color: #AF3166;
}
.TagClassName
{
border-color: #AF3166;
}
</style>