Shades of Rouge #AF2867
Tints of Rouge #AF2867
RGB
CMYK
RGB Variations
Color information
#AF2867 (or 0xAF2867) is known color: Rouge. HEX triplet: AF, 28 and 67. RGB value is (175,40,103). Sum of RGB (Red+Green+Blue) = 175+40+103=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 40 (16.02% from 255 or 12.58% from 318); Blue value is 103 (40.62% from 255 or 32.39% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2867 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2867 is #50D798. Grayscale: #575757. Windows color (decimal): -5298073 or 6760623. OLE color: 6760623.
HSL color Cylindrical-coordinate representation of color #AF2867: hue angle of 332º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF2867 is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 40 | 103 | - |
| CMYK | 0 | 0.77 | 0.41 | 0.31 |
| HSL | 332º | 0.63% | 0.42% | - |
| HSV(B) | 332º | 0.77% | 0.69% | - |
| XYZ | 20.89 | 11.61 | 13.97 | - |
| YUV | 87.55 | 136.73 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 103 | 0 | 0.77 | 0.41 | 0.31 | 332 | 0.63 | 0.42 |
| Hex | AF | 28 | 67 | 0 | 4D | 29 | 1F | 14C | 3F | 2A |
| Octal | 257 | 50 | 147 | 0 | 115 | 51 | 37 | 514 | 77 | 52 |
| Binary | 10101111 | 101000 | 1100111 | 0 | 1001101 | 101001 | 11111 | 101001100 | 111111 | 101010 |
Color Harmonies of #AF2867
Complementary color
Monochromatic Colors of #AF2867
Black with #AF2867
Text Example
Text Example
White with #AF2867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2867; }
p { color: rgb(175,40,103); }
H1.HeaderClassName
{
color: #AF2867;
}
.AnyTagClassName
{
color: #AF2867;
}
</style>
background-color css
<style>
a { background-color: #AF2867; }
a { background-color: rgb(175,40,103); }
div.DivClassName
{
background-color: #AF2867;
}
.BgClassName
{
background-color: #AF2867;
}
</style>
border-color css
<style>
span { border-color: #AF2867; }
span { border-color: rgb(175,40,103); }
td.TdClassName
{
border-color: #AF2867;
}
.TagClassName
{
border-color: #AF2867;
}
</style>