Shades of Rouge #AF385C
Tints of Rouge #AF385C
RGB
CMYK
RGB Variations
Color information
#AF385C (or 0xAF385C) is known color: Rouge. HEX triplet: AF, 38 and 5C. RGB value is (175,56,92). Sum of RGB (Red+Green+Blue) = 175+56+92=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF385C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF385C is #50C7A3. Grayscale: #5F5F5F. Windows color (decimal): -5293988 or 6043823. OLE color: 6043823.
HSL color Cylindrical-coordinate representation of color #AF385C: hue angle of 341.85º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF385C is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 56 | 92 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.31 |
| HSL | 341.85º | 0.52% | 0.45% | - |
| HSV(B) | 341.85º | 0.68% | 0.69% | - |
| XYZ | 21.03 | 12.72 | 11.47 | - |
| YUV | 95.69 | 125.92 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 56 | 92 | 0 | 0.68 | 0.47 | 0.31 | 341.85 | 0.52 | 0.45 |
| Hex | AF | 38 | 5C | 0 | 44 | 2F | 1F | 156 | 34 | 2D |
| Octal | 257 | 70 | 134 | 0 | 104 | 57 | 37 | 526 | 64 | 55 |
| Binary | 10101111 | 111000 | 1011100 | 0 | 1000100 | 101111 | 11111 | 101010110 | 110100 | 101101 |
Color Harmonies of #AF385C
Complementary color
Monochromatic Colors of #AF385C
Black with #AF385C
Text Example
Text Example
White with #AF385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF385C; }
p { color: rgb(175,56,92); }
H1.HeaderClassName
{
color: #AF385C;
}
.AnyTagClassName
{
color: #AF385C;
}
</style>
background-color css
<style>
a { background-color: #AF385C; }
a { background-color: rgb(175,56,92); }
div.DivClassName
{
background-color: #AF385C;
}
.BgClassName
{
background-color: #AF385C;
}
</style>
border-color css
<style>
span { border-color: #AF385C; }
span { border-color: rgb(175,56,92); }
td.TdClassName
{
border-color: #AF385C;
}
.TagClassName
{
border-color: #AF385C;
}
</style>