Shades of Rouge #AF2B6A
Tints of Rouge #AF2B6A
RGB
CMYK
RGB Variations
Color information
#AF2B6A (or 0xAF2B6A) is known color: Rouge. HEX triplet: AF, 2B and 6A. RGB value is (175,43,106). Sum of RGB (Red+Green+Blue) = 175+43+106=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 43 (17.19% from 255 or 13.27% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2B6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2B6A is #50D495. Grayscale: #595959. Windows color (decimal): -5297302 or 6957999. OLE color: 6957999.
HSL color Cylindrical-coordinate representation of color #AF2B6A: hue angle of 331.36º degrees, saturation: 0.61, 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 #AF2B6A is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 43 | 106 | - |
| CMYK | 0 | 0.75 | 0.39 | 0.31 |
| HSL | 331.36º | 0.61% | 0.43% | - |
| HSV(B) | 331.36º | 0.75% | 0.69% | - |
| XYZ | 21.14 | 11.88 | 14.81 | - |
| YUV | 89.65 | 137.23 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 43 | 106 | 0 | 0.75 | 0.39 | 0.31 | 331.36 | 0.61 | 0.43 |
| Hex | AF | 2B | 6A | 0 | 4B | 27 | 1F | 14B | 3D | 2B |
| Octal | 257 | 53 | 152 | 0 | 113 | 47 | 37 | 513 | 75 | 53 |
| Binary | 10101111 | 101011 | 1101010 | 0 | 1001011 | 100111 | 11111 | 101001011 | 111101 | 101011 |
Color Harmonies of #AF2B6A
Complementary color
Monochromatic Colors of #AF2B6A
Black with #AF2B6A
Text Example
Text Example
White with #AF2B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2B6A; }
p { color: rgb(175,43,106); }
H1.HeaderClassName
{
color: #AF2B6A;
}
.AnyTagClassName
{
color: #AF2B6A;
}
</style>
background-color css
<style>
a { background-color: #AF2B6A; }
a { background-color: rgb(175,43,106); }
div.DivClassName
{
background-color: #AF2B6A;
}
.BgClassName
{
background-color: #AF2B6A;
}
</style>
border-color css
<style>
span { border-color: #AF2B6A; }
span { border-color: rgb(175,43,106); }
td.TdClassName
{
border-color: #AF2B6A;
}
.TagClassName
{
border-color: #AF2B6A;
}
</style>