Shades of Rouge #AF3270
Tints of Rouge #AF3270
RGB
CMYK
RGB Variations
Color information
#AF3270 (or 0xAF3270) is known color: Rouge. HEX triplet: AF, 32 and 70. RGB value is (175,50,112). Sum of RGB (Red+Green+Blue) = 175+50+112=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3270 is #50CD8F. Grayscale: #5E5E5E. Windows color (decimal): -5295504 or 7353007. OLE color: 7353007.
HSL color Cylindrical-coordinate representation of color #AF3270: hue angle of 330.24º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF3270 is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 50 | 112 | - |
| CMYK | 0 | 0.71 | 0.36 | 0.31 |
| HSL | 330.24º | 0.56% | 0.44% | - |
| HSV(B) | 330.24º | 0.71% | 0.69% | - |
| XYZ | 21.74 | 12.57 | 16.61 | - |
| YUV | 94.44 | 137.91 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 50 | 112 | 0 | 0.71 | 0.36 | 0.31 | 330.24 | 0.56 | 0.44 |
| Hex | AF | 32 | 70 | 0 | 47 | 24 | 1F | 14A | 38 | 2C |
| Octal | 257 | 62 | 160 | 0 | 107 | 44 | 37 | 512 | 70 | 54 |
| Binary | 10101111 | 110010 | 1110000 | 0 | 1000111 | 100100 | 11111 | 101001010 | 111000 | 101100 |
Color Harmonies of #AF3270
Complementary color
Monochromatic Colors of #AF3270
Black with #AF3270
Text Example
Text Example
White with #AF3270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3270; }
p { color: rgb(175,50,112); }
H1.HeaderClassName
{
color: #AF3270;
}
.AnyTagClassName
{
color: #AF3270;
}
</style>
background-color css
<style>
a { background-color: #AF3270; }
a { background-color: rgb(175,50,112); }
div.DivClassName
{
background-color: #AF3270;
}
.BgClassName
{
background-color: #AF3270;
}
</style>
border-color css
<style>
span { border-color: #AF3270; }
span { border-color: rgb(175,50,112); }
td.TdClassName
{
border-color: #AF3270;
}
.TagClassName
{
border-color: #AF3270;
}
</style>