Shades of Rouge #AF2C69
Tints of Rouge #AF2C69
RGB
CMYK
RGB Variations
Color information
#AF2C69 (or 0xAF2C69) is known color: Rouge. HEX triplet: AF, 2C and 69. RGB value is (175,44,105). Sum of RGB (Red+Green+Blue) = 175+44+105=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 44 (17.58% from 255 or 13.58% from 324); Blue value is 105 (41.41% from 255 or 32.41% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2C69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2C69 is #50D396. Grayscale: #5A5A5A. Windows color (decimal): -5297047 or 6892719. OLE color: 6892719.
HSL color Cylindrical-coordinate representation of color #AF2C69: hue angle of 332.06º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF2C69 is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 44 | 105 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.31 |
| HSL | 332.06º | 0.6% | 0.43% | - |
| HSV(B) | 332.06º | 0.75% | 0.69% | - |
| XYZ | 21.13 | 11.94 | 14.55 | - |
| YUV | 90.12 | 136.4 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 44 | 105 | 0 | 0.75 | 0.40 | 0.31 | 332.06 | 0.6 | 0.43 |
| Hex | AF | 2C | 69 | 0 | 4B | 28 | 1F | 14C | 3C | 2B |
| Octal | 257 | 54 | 151 | 0 | 113 | 50 | 37 | 514 | 74 | 53 |
| Binary | 10101111 | 101100 | 1101001 | 0 | 1001011 | 101000 | 11111 | 101001100 | 111100 | 101011 |
Color Harmonies of #AF2C69
Complementary color
Monochromatic Colors of #AF2C69
Black with #AF2C69
Text Example
Text Example
White with #AF2C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2C69; }
p { color: rgb(175,44,105); }
H1.HeaderClassName
{
color: #AF2C69;
}
.AnyTagClassName
{
color: #AF2C69;
}
</style>
background-color css
<style>
a { background-color: #AF2C69; }
a { background-color: rgb(175,44,105); }
div.DivClassName
{
background-color: #AF2C69;
}
.BgClassName
{
background-color: #AF2C69;
}
</style>
border-color css
<style>
span { border-color: #AF2C69; }
span { border-color: rgb(175,44,105); }
td.TdClassName
{
border-color: #AF2C69;
}
.TagClassName
{
border-color: #AF2C69;
}
</style>