Shades of Rouge #AF2A6C
Tints of Rouge #AF2A6C
RGB
CMYK
RGB Variations
Color information
#AF2A6C (or 0xAF2A6C) is known color: Rouge. HEX triplet: AF, 2A and 6C. RGB value is (175,42,108). Sum of RGB (Red+Green+Blue) = 175+42+108=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 42 (16.80% from 255 or 12.92% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2A6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2A6C is #50D593. Grayscale: #595959. Windows color (decimal): -5297556 or 7088815. OLE color: 7088815.
HSL color Cylindrical-coordinate representation of color #AF2A6C: hue angle of 330.23º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF2A6C is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 42 | 108 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.31 |
| HSL | 330.23º | 0.61% | 0.43% | - |
| HSV(B) | 330.23º | 0.76% | 0.69% | - |
| XYZ | 21.21 | 11.85 | 15.36 | - |
| YUV | 89.29 | 138.56 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 42 | 108 | 0 | 0.76 | 0.38 | 0.31 | 330.23 | 0.61 | 0.43 |
| Hex | AF | 2A | 6C | 0 | 4C | 26 | 1F | 14A | 3D | 2B |
| Octal | 257 | 52 | 154 | 0 | 114 | 46 | 37 | 512 | 75 | 53 |
| Binary | 10101111 | 101010 | 1101100 | 0 | 1001100 | 100110 | 11111 | 101001010 | 111101 | 101011 |
Color Harmonies of #AF2A6C
Complementary color
Monochromatic Colors of #AF2A6C
Black with #AF2A6C
Text Example
Text Example
White with #AF2A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2A6C; }
p { color: rgb(175,42,108); }
H1.HeaderClassName
{
color: #AF2A6C;
}
.AnyTagClassName
{
color: #AF2A6C;
}
</style>
background-color css
<style>
a { background-color: #AF2A6C; }
a { background-color: rgb(175,42,108); }
div.DivClassName
{
background-color: #AF2A6C;
}
.BgClassName
{
background-color: #AF2A6C;
}
</style>
border-color css
<style>
span { border-color: #AF2A6C; }
span { border-color: rgb(175,42,108); }
td.TdClassName
{
border-color: #AF2A6C;
}
.TagClassName
{
border-color: #AF2A6C;
}
</style>