Shades of Rouge #AF3A70
Tints of Rouge #AF3A70
RGB
CMYK
RGB Variations
Color information
#AF3A70 (or 0xAF3A70) is known color: Rouge. HEX triplet: AF, 3A and 70. RGB value is (175,58,112). Sum of RGB (Red+Green+Blue) = 175+58+112=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3A70 is #50C58F. Grayscale: #636363. Windows color (decimal): -5293456 or 7355055. OLE color: 7355055.
HSL color Cylindrical-coordinate representation of color #AF3A70: hue angle of 332.31º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF3A70 is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 58 | 112 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.31 |
| HSL | 332.31º | 0.5% | 0.46% | - |
| HSV(B) | 332.31º | 0.67% | 0.69% | - |
| XYZ | 22.12 | 13.31 | 16.73 | - |
| YUV | 99.14 | 135.26 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 58 | 112 | 0 | 0.67 | 0.36 | 0.31 | 332.31 | 0.5 | 0.46 |
| Hex | AF | 3A | 70 | 0 | 43 | 24 | 1F | 14C | 32 | 2E |
| Octal | 257 | 72 | 160 | 0 | 103 | 44 | 37 | 514 | 62 | 56 |
| Binary | 10101111 | 111010 | 1110000 | 0 | 1000011 | 100100 | 11111 | 101001100 | 110010 | 101110 |
Color Harmonies of #AF3A70
Complementary color
Monochromatic Colors of #AF3A70
Black with #AF3A70
Text Example
Text Example
White with #AF3A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3A70; }
p { color: rgb(175,58,112); }
H1.HeaderClassName
{
color: #AF3A70;
}
.AnyTagClassName
{
color: #AF3A70;
}
</style>
background-color css
<style>
a { background-color: #AF3A70; }
a { background-color: rgb(175,58,112); }
div.DivClassName
{
background-color: #AF3A70;
}
.BgClassName
{
background-color: #AF3A70;
}
</style>
border-color css
<style>
span { border-color: #AF3A70; }
span { border-color: rgb(175,58,112); }
td.TdClassName
{
border-color: #AF3A70;
}
.TagClassName
{
border-color: #AF3A70;
}
</style>