Shades of Rouge #AF3A67
Tints of Rouge #AF3A67
RGB
CMYK
RGB Variations
Color information
#AF3A67 (or 0xAF3A67) is known color: Rouge. HEX triplet: AF, 3A and 67. RGB value is (175,58,103). Sum of RGB (Red+Green+Blue) = 175+58+103=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 103 (40.62% from 255 or 30.65% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3A67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3A67 is #50C598. Grayscale: #626262. Windows color (decimal): -5293465 or 6765231. OLE color: 6765231.
HSL color Cylindrical-coordinate representation of color #AF3A67: hue angle of 336.92º 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 #AF3A67 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 58 | 103 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.31 |
| HSL | 336.92º | 0.5% | 0.46% | - |
| HSV(B) | 336.92º | 0.67% | 0.69% | - |
| XYZ | 21.64 | 13.12 | 14.22 | - |
| YUV | 98.11 | 130.76 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 58 | 103 | 0 | 0.67 | 0.41 | 0.31 | 336.92 | 0.5 | 0.46 |
| Hex | AF | 3A | 67 | 0 | 43 | 29 | 1F | 151 | 32 | 2E |
| Octal | 257 | 72 | 147 | 0 | 103 | 51 | 37 | 521 | 62 | 56 |
| Binary | 10101111 | 111010 | 1100111 | 0 | 1000011 | 101001 | 11111 | 101010001 | 110010 | 101110 |
Color Harmonies of #AF3A67
Complementary color
Monochromatic Colors of #AF3A67
Black with #AF3A67
Text Example
Text Example
White with #AF3A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3A67; }
p { color: rgb(175,58,103); }
H1.HeaderClassName
{
color: #AF3A67;
}
.AnyTagClassName
{
color: #AF3A67;
}
</style>
background-color css
<style>
a { background-color: #AF3A67; }
a { background-color: rgb(175,58,103); }
div.DivClassName
{
background-color: #AF3A67;
}
.BgClassName
{
background-color: #AF3A67;
}
</style>
border-color css
<style>
span { border-color: #AF3A67; }
span { border-color: rgb(175,58,103); }
td.TdClassName
{
border-color: #AF3A67;
}
.TagClassName
{
border-color: #AF3A67;
}
</style>