Shades of Rouge #AF3E68
Tints of Rouge #AF3E68
RGB
CMYK
RGB Variations
Color information
#AF3E68 (or 0xAF3E68) is known color: Rouge. HEX triplet: AF, 3E and 68. RGB value is (175,62,104). Sum of RGB (Red+Green+Blue) = 175+62+104=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 62 (24.61% from 255 or 18.18% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3E68 is #50C197. Grayscale: #646464. Windows color (decimal): -5292440 or 6831791. OLE color: 6831791.
HSL color Cylindrical-coordinate representation of color #AF3E68: hue angle of 337.7º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF3E68 is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 62 | 104 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.31 |
| HSL | 337.7º | 0.48% | 0.46% | - |
| HSV(B) | 337.7º | 0.65% | 0.69% | - |
| XYZ | 21.9 | 13.56 | 14.56 | - |
| YUV | 100.58 | 129.94 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 62 | 104 | 0 | 0.65 | 0.41 | 0.31 | 337.7 | 0.48 | 0.46 |
| Hex | AF | 3E | 68 | 0 | 41 | 29 | 1F | 152 | 30 | 2E |
| Octal | 257 | 76 | 150 | 0 | 101 | 51 | 37 | 522 | 60 | 56 |
| Binary | 10101111 | 111110 | 1101000 | 0 | 1000001 | 101001 | 11111 | 101010010 | 110000 | 101110 |
Color Harmonies of #AF3E68
Complementary color
Monochromatic Colors of #AF3E68
Black with #AF3E68
Text Example
Text Example
White with #AF3E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3E68; }
p { color: rgb(175,62,104); }
H1.HeaderClassName
{
color: #AF3E68;
}
.AnyTagClassName
{
color: #AF3E68;
}
</style>
background-color css
<style>
a { background-color: #AF3E68; }
a { background-color: rgb(175,62,104); }
div.DivClassName
{
background-color: #AF3E68;
}
.BgClassName
{
background-color: #AF3E68;
}
</style>
border-color css
<style>
span { border-color: #AF3E68; }
span { border-color: rgb(175,62,104); }
td.TdClassName
{
border-color: #AF3E68;
}
.TagClassName
{
border-color: #AF3E68;
}
</style>