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