Shades of Rouge #AF3565
Tints of Rouge #AF3565
RGB
CMYK
RGB Variations
Color information
#AF3565 (or 0xAF3565) is known color: Rouge. HEX triplet: AF, 35 and 65. RGB value is (175,53,101). Sum of RGB (Red+Green+Blue) = 175+53+101=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3565 is #50CA9A. Grayscale: #5E5E5E. Windows color (decimal): -5294747 or 6632879. OLE color: 6632879.
HSL color Cylindrical-coordinate representation of color #AF3565: hue angle of 336.39º 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 #AF3565 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 53 | 101 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.31 |
| HSL | 336.39º | 0.54% | 0.45% | - |
| HSV(B) | 336.39º | 0.7% | 0.69% | - |
| XYZ | 21.3 | 12.6 | 13.62 | - |
| YUV | 94.95 | 131.42 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 53 | 101 | 0 | 0.70 | 0.42 | 0.31 | 336.39 | 0.54 | 0.45 |
| Hex | AF | 35 | 65 | 0 | 46 | 2A | 1F | 150 | 36 | 2D |
| Octal | 257 | 65 | 145 | 0 | 106 | 52 | 37 | 520 | 66 | 55 |
| Binary | 10101111 | 110101 | 1100101 | 0 | 1000110 | 101010 | 11111 | 101010000 | 110110 | 101101 |
Color Harmonies of #AF3565
Complementary color
Monochromatic Colors of #AF3565
Black with #AF3565
Text Example
Text Example
White with #AF3565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3565; }
p { color: rgb(175,53,101); }
H1.HeaderClassName
{
color: #AF3565;
}
.AnyTagClassName
{
color: #AF3565;
}
</style>
background-color css
<style>
a { background-color: #AF3565; }
a { background-color: rgb(175,53,101); }
div.DivClassName
{
background-color: #AF3565;
}
.BgClassName
{
background-color: #AF3565;
}
</style>
border-color css
<style>
span { border-color: #AF3565; }
span { border-color: rgb(175,53,101); }
td.TdClassName
{
border-color: #AF3565;
}
.TagClassName
{
border-color: #AF3565;
}
</style>