Shades of Rouge #AF326B
Tints of Rouge #AF326B
RGB
CMYK
RGB Variations
Color information
#AF326B (or 0xAF326B) is known color: Rouge. HEX triplet: AF, 32 and 6B. RGB value is (175,50,107). Sum of RGB (Red+Green+Blue) = 175+50+107=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF326B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF326B is #50CD94. Grayscale: #5D5D5D. Windows color (decimal): -5295509 or 7025327. OLE color: 7025327.
HSL color Cylindrical-coordinate representation of color #AF326B: hue angle of 332.64º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF326B is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 50 | 107 | - |
| CMYK | 0 | 0.71 | 0.39 | 0.31 |
| HSL | 332.64º | 0.56% | 0.44% | - |
| HSV(B) | 332.64º | 0.71% | 0.69% | - |
| XYZ | 21.47 | 12.46 | 15.18 | - |
| YUV | 93.87 | 135.41 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 50 | 107 | 0 | 0.71 | 0.39 | 0.31 | 332.64 | 0.56 | 0.44 |
| Hex | AF | 32 | 6B | 0 | 47 | 27 | 1F | 14D | 38 | 2C |
| Octal | 257 | 62 | 153 | 0 | 107 | 47 | 37 | 515 | 70 | 54 |
| Binary | 10101111 | 110010 | 1101011 | 0 | 1000111 | 100111 | 11111 | 101001101 | 111000 | 101100 |
Color Harmonies of #AF326B
Complementary color
Monochromatic Colors of #AF326B
Black with #AF326B
Text Example
Text Example
White with #AF326B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF326B; }
p { color: rgb(175,50,107); }
H1.HeaderClassName
{
color: #AF326B;
}
.AnyTagClassName
{
color: #AF326B;
}
</style>
background-color css
<style>
a { background-color: #AF326B; }
a { background-color: rgb(175,50,107); }
div.DivClassName
{
background-color: #AF326B;
}
.BgClassName
{
background-color: #AF326B;
}
</style>
border-color css
<style>
span { border-color: #AF326B; }
span { border-color: rgb(175,50,107); }
td.TdClassName
{
border-color: #AF326B;
}
.TagClassName
{
border-color: #AF326B;
}
</style>