Shades of Rouge #AF2A68
Tints of Rouge #AF2A68
RGB
CMYK
RGB Variations
Color information
#AF2A68 (or 0xAF2A68) is known color: Rouge. HEX triplet: AF, 2A and 68. RGB value is (175,42,104). Sum of RGB (Red+Green+Blue) = 175+42+104=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 42 (16.80% from 255 or 13.08% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2A68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2A68 is #50D597. Grayscale: #585858. Windows color (decimal): -5297560 or 6826671. OLE color: 6826671.
HSL color Cylindrical-coordinate representation of color #AF2A68: hue angle of 332.03º 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 #AF2A68 is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 42 | 104 | - |
| CMYK | 0 | 0.76 | 0.41 | 0.31 |
| HSL | 332.03º | 0.61% | 0.43% | - |
| HSV(B) | 332.03º | 0.76% | 0.69% | - |
| XYZ | 21.01 | 11.77 | 14.26 | - |
| YUV | 88.84 | 136.56 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 42 | 104 | 0 | 0.76 | 0.41 | 0.31 | 332.03 | 0.61 | 0.43 |
| Hex | AF | 2A | 68 | 0 | 4C | 29 | 1F | 14C | 3D | 2B |
| Octal | 257 | 52 | 150 | 0 | 114 | 51 | 37 | 514 | 75 | 53 |
| Binary | 10101111 | 101010 | 1101000 | 0 | 1001100 | 101001 | 11111 | 101001100 | 111101 | 101011 |
Color Harmonies of #AF2A68
Complementary color
Monochromatic Colors of #AF2A68
Black with #AF2A68
Text Example
Text Example
White with #AF2A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2A68; }
p { color: rgb(175,42,104); }
H1.HeaderClassName
{
color: #AF2A68;
}
.AnyTagClassName
{
color: #AF2A68;
}
</style>
background-color css
<style>
a { background-color: #AF2A68; }
a { background-color: rgb(175,42,104); }
div.DivClassName
{
background-color: #AF2A68;
}
.BgClassName
{
background-color: #AF2A68;
}
</style>
border-color css
<style>
span { border-color: #AF2A68; }
span { border-color: rgb(175,42,104); }
td.TdClassName
{
border-color: #AF2A68;
}
.TagClassName
{
border-color: #AF2A68;
}
</style>