Shades of Rouge #AF3567
Tints of Rouge #AF3567
RGB
CMYK
RGB Variations
Color information
#AF3567 (or 0xAF3567) is known color: Rouge. HEX triplet: AF, 35 and 67. RGB value is (175,53,103). Sum of RGB (Red+Green+Blue) = 175+53+103=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3567 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3567 is #50CA98. Grayscale: #5F5F5F. Windows color (decimal): -5294745 or 6763951. OLE color: 6763951.
HSL color Cylindrical-coordinate representation of color #AF3567: hue angle of 335.41º 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 #AF3567 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 53 | 103 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.31 |
| HSL | 335.41º | 0.54% | 0.45% | - |
| HSV(B) | 335.41º | 0.7% | 0.69% | - |
| XYZ | 21.4 | 12.64 | 14.14 | - |
| YUV | 95.18 | 132.42 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 53 | 103 | 0 | 0.70 | 0.41 | 0.31 | 335.41 | 0.54 | 0.45 |
| Hex | AF | 35 | 67 | 0 | 46 | 29 | 1F | 14F | 36 | 2D |
| Octal | 257 | 65 | 147 | 0 | 106 | 51 | 37 | 517 | 66 | 55 |
| Binary | 10101111 | 110101 | 1100111 | 0 | 1000110 | 101001 | 11111 | 101001111 | 110110 | 101101 |
Color Harmonies of #AF3567
Complementary color
Monochromatic Colors of #AF3567
Black with #AF3567
Text Example
Text Example
White with #AF3567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3567; }
p { color: rgb(175,53,103); }
H1.HeaderClassName
{
color: #AF3567;
}
.AnyTagClassName
{
color: #AF3567;
}
</style>
background-color css
<style>
a { background-color: #AF3567; }
a { background-color: rgb(175,53,103); }
div.DivClassName
{
background-color: #AF3567;
}
.BgClassName
{
background-color: #AF3567;
}
</style>
border-color css
<style>
span { border-color: #AF3567; }
span { border-color: rgb(175,53,103); }
td.TdClassName
{
border-color: #AF3567;
}
.TagClassName
{
border-color: #AF3567;
}
</style>