Shades of Rouge #AF3066
Tints of Rouge #AF3066
RGB
CMYK
RGB Variations
Color information
#AF3066 (or 0xAF3066) is known color: Rouge. HEX triplet: AF, 30 and 66. RGB value is (175,48,102). Sum of RGB (Red+Green+Blue) = 175+48+102=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3066 is #50CF99. Grayscale: #5C5C5C. Windows color (decimal): -5296026 or 6697135. OLE color: 6697135.
HSL color Cylindrical-coordinate representation of color #AF3066: hue angle of 334.49º degrees, saturation: 0.57, 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 #AF3066 is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 48 | 102 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.31 |
| HSL | 334.49º | 0.57% | 0.44% | - |
| HSV(B) | 334.49º | 0.73% | 0.69% | - |
| XYZ | 21.13 | 12.19 | 13.81 | - |
| YUV | 92.13 | 133.58 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 48 | 102 | 0 | 0.73 | 0.42 | 0.31 | 334.49 | 0.57 | 0.44 |
| Hex | AF | 30 | 66 | 0 | 49 | 2A | 1F | 14E | 39 | 2C |
| Octal | 257 | 60 | 146 | 0 | 111 | 52 | 37 | 516 | 71 | 54 |
| Binary | 10101111 | 110000 | 1100110 | 0 | 1001001 | 101010 | 11111 | 101001110 | 111001 | 101100 |
Color Harmonies of #AF3066
Complementary color
Monochromatic Colors of #AF3066
Black with #AF3066
Text Example
Text Example
White with #AF3066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3066; }
p { color: rgb(175,48,102); }
H1.HeaderClassName
{
color: #AF3066;
}
.AnyTagClassName
{
color: #AF3066;
}
</style>
background-color css
<style>
a { background-color: #AF3066; }
a { background-color: rgb(175,48,102); }
div.DivClassName
{
background-color: #AF3066;
}
.BgClassName
{
background-color: #AF3066;
}
</style>
border-color css
<style>
span { border-color: #AF3066; }
span { border-color: rgb(175,48,102); }
td.TdClassName
{
border-color: #AF3066;
}
.TagClassName
{
border-color: #AF3066;
}
</style>