Shades of Rouge #AF306F
Tints of Rouge #AF306F
RGB
CMYK
RGB Variations
Color information
#AF306F (or 0xAF306F) is known color: Rouge. HEX triplet: AF, 30 and 6F. RGB value is (175,48,111). Sum of RGB (Red+Green+Blue) = 175+48+111=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 48 (19.14% from 255 or 14.37% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF306F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF306F is #50CF90. Grayscale: #5D5D5D. Windows color (decimal): -5296017 or 7286959. OLE color: 7286959.
HSL color Cylindrical-coordinate representation of color #AF306F: hue angle of 330.24º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF306F is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 48 | 111 | - |
| CMYK | 0 | 0.73 | 0.37 | 0.31 |
| HSL | 330.24º | 0.57% | 0.44% | - |
| HSV(B) | 330.24º | 0.73% | 0.69% | - |
| XYZ | 21.61 | 12.38 | 16.29 | - |
| YUV | 93.16 | 138.08 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 48 | 111 | 0 | 0.73 | 0.37 | 0.31 | 330.24 | 0.57 | 0.44 |
| Hex | AF | 30 | 6F | 0 | 49 | 25 | 1F | 14A | 39 | 2C |
| Octal | 257 | 60 | 157 | 0 | 111 | 45 | 37 | 512 | 71 | 54 |
| Binary | 10101111 | 110000 | 1101111 | 0 | 1001001 | 100101 | 11111 | 101001010 | 111001 | 101100 |
Color Harmonies of #AF306F
Complementary color
Monochromatic Colors of #AF306F
Black with #AF306F
Text Example
Text Example
White with #AF306F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF306F; }
p { color: rgb(175,48,111); }
H1.HeaderClassName
{
color: #AF306F;
}
.AnyTagClassName
{
color: #AF306F;
}
</style>
background-color css
<style>
a { background-color: #AF306F; }
a { background-color: rgb(175,48,111); }
div.DivClassName
{
background-color: #AF306F;
}
.BgClassName
{
background-color: #AF306F;
}
</style>
border-color css
<style>
span { border-color: #AF306F; }
span { border-color: rgb(175,48,111); }
td.TdClassName
{
border-color: #AF306F;
}
.TagClassName
{
border-color: #AF306F;
}
</style>