Shades of Rouge #AF305A
Tints of Rouge #AF305A
RGB
CMYK
RGB Variations
Color information
#AF305A (or 0xAF305A) is known color: Rouge. HEX triplet: AF, 30 and 5A. RGB value is (175,48,90). Sum of RGB (Red+Green+Blue) = 175+48+90=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF305A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF305A is #50CFA5. Grayscale: #5A5A5A. Windows color (decimal): -5296038 or 5910703. OLE color: 5910703.
HSL color Cylindrical-coordinate representation of color #AF305A: hue angle of 340.16º 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 #AF305A is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 48 | 90 | - |
| CMYK | 0 | 0.73 | 0.49 | 0.31 |
| HSL | 340.16º | 0.57% | 0.44% | - |
| HSV(B) | 340.16º | 0.73% | 0.69% | - |
| XYZ | 20.58 | 11.97 | 10.9 | - |
| YUV | 90.76 | 127.58 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 48 | 90 | 0 | 0.73 | 0.49 | 0.31 | 340.16 | 0.57 | 0.44 |
| Hex | AF | 30 | 5A | 0 | 49 | 31 | 1F | 154 | 39 | 2C |
| Octal | 257 | 60 | 132 | 0 | 111 | 61 | 37 | 524 | 71 | 54 |
| Binary | 10101111 | 110000 | 1011010 | 0 | 1001001 | 110001 | 11111 | 101010100 | 111001 | 101100 |
Color Harmonies of #AF305A
Complementary color
Monochromatic Colors of #AF305A
Black with #AF305A
Text Example
Text Example
White with #AF305A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF305A; }
p { color: rgb(175,48,90); }
H1.HeaderClassName
{
color: #AF305A;
}
.AnyTagClassName
{
color: #AF305A;
}
</style>
background-color css
<style>
a { background-color: #AF305A; }
a { background-color: rgb(175,48,90); }
div.DivClassName
{
background-color: #AF305A;
}
.BgClassName
{
background-color: #AF305A;
}
</style>
border-color css
<style>
span { border-color: #AF305A; }
span { border-color: rgb(175,48,90); }
td.TdClassName
{
border-color: #AF305A;
}
.TagClassName
{
border-color: #AF305A;
}
</style>