Shades of Rouge #AF336B
Tints of Rouge #AF336B
RGB
CMYK
RGB Variations
Color information
#AF336B (or 0xAF336B) is known color: Rouge. HEX triplet: AF, 33 and 6B. RGB value is (175,51,107). Sum of RGB (Red+Green+Blue) = 175+51+107=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF336B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF336B is #50CC94. Grayscale: #5E5E5E. Windows color (decimal): -5295253 or 7025583. OLE color: 7025583.
HSL color Cylindrical-coordinate representation of color #AF336B: hue angle of 332.9º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF336B is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 51 | 107 | - |
| CMYK | 0 | 0.71 | 0.39 | 0.31 |
| HSL | 332.9º | 0.55% | 0.44% | - |
| HSV(B) | 332.9º | 0.71% | 0.69% | - |
| XYZ | 21.52 | 12.54 | 15.2 | - |
| YUV | 94.46 | 135.08 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 51 | 107 | 0 | 0.71 | 0.39 | 0.31 | 332.9 | 0.55 | 0.44 |
| Hex | AF | 33 | 6B | 0 | 47 | 27 | 1F | 14D | 37 | 2C |
| Octal | 257 | 63 | 153 | 0 | 107 | 47 | 37 | 515 | 67 | 54 |
| Binary | 10101111 | 110011 | 1101011 | 0 | 1000111 | 100111 | 11111 | 101001101 | 110111 | 101100 |
Color Harmonies of #AF336B
Complementary color
Monochromatic Colors of #AF336B
Black with #AF336B
Text Example
Text Example
White with #AF336B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF336B; }
p { color: rgb(175,51,107); }
H1.HeaderClassName
{
color: #AF336B;
}
.AnyTagClassName
{
color: #AF336B;
}
</style>
background-color css
<style>
a { background-color: #AF336B; }
a { background-color: rgb(175,51,107); }
div.DivClassName
{
background-color: #AF336B;
}
.BgClassName
{
background-color: #AF336B;
}
</style>
border-color css
<style>
span { border-color: #AF336B; }
span { border-color: rgb(175,51,107); }
td.TdClassName
{
border-color: #AF336B;
}
.TagClassName
{
border-color: #AF336B;
}
</style>