Shades of Rouge #AF3566
Tints of Rouge #AF3566
RGB
CMYK
RGB Variations
Color information
#AF3566 (or 0xAF3566) is known color: Rouge. HEX triplet: AF, 35 and 66. RGB value is (175,53,102). Sum of RGB (Red+Green+Blue) = 175+53+102=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 102 (40.23% from 255 or 30.91% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3566 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3566 is #50CA99. Grayscale: #5E5E5E. Windows color (decimal): -5294746 or 6698415. OLE color: 6698415.
HSL color Cylindrical-coordinate representation of color #AF3566: hue angle of 335.9º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF3566 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 53 | 102 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.31 |
| HSL | 335.9º | 0.54% | 0.45% | - |
| HSV(B) | 335.9º | 0.7% | 0.69% | - |
| XYZ | 21.35 | 12.62 | 13.88 | - |
| YUV | 95.06 | 131.92 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 53 | 102 | 0 | 0.70 | 0.42 | 0.31 | 335.9 | 0.54 | 0.45 |
| Hex | AF | 35 | 66 | 0 | 46 | 2A | 1F | 150 | 36 | 2D |
| Octal | 257 | 65 | 146 | 0 | 106 | 52 | 37 | 520 | 66 | 55 |
| Binary | 10101111 | 110101 | 1100110 | 0 | 1000110 | 101010 | 11111 | 101010000 | 110110 | 101101 |
Color Harmonies of #AF3566
Complementary color
Monochromatic Colors of #AF3566
Black with #AF3566
Text Example
Text Example
White with #AF3566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3566; }
p { color: rgb(175,53,102); }
H1.HeaderClassName
{
color: #AF3566;
}
.AnyTagClassName
{
color: #AF3566;
}
</style>
background-color css
<style>
a { background-color: #AF3566; }
a { background-color: rgb(175,53,102); }
div.DivClassName
{
background-color: #AF3566;
}
.BgClassName
{
background-color: #AF3566;
}
</style>
border-color css
<style>
span { border-color: #AF3566; }
span { border-color: rgb(175,53,102); }
td.TdClassName
{
border-color: #AF3566;
}
.TagClassName
{
border-color: #AF3566;
}
</style>