Shades of Rouge #AF385A
Tints of Rouge #AF385A
RGB
CMYK
RGB Variations
Color information
#AF385A (or 0xAF385A) is known color: Rouge. HEX triplet: AF, 38 and 5A. RGB value is (175,56,90). Sum of RGB (Red+Green+Blue) = 175+56+90=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 90 (35.55% from 255 or 28.04% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF385A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF385A is #50C7A5. Grayscale: #5F5F5F. Windows color (decimal): -5293990 or 5912751. OLE color: 5912751.
HSL color Cylindrical-coordinate representation of color #AF385A: hue angle of 342.86º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF385A is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 56 | 90 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.31 |
| HSL | 342.86º | 0.52% | 0.45% | - |
| HSV(B) | 342.86º | 0.68% | 0.69% | - |
| XYZ | 20.94 | 12.68 | 11.02 | - |
| YUV | 95.46 | 124.92 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 56 | 90 | 0 | 0.68 | 0.49 | 0.31 | 342.86 | 0.52 | 0.45 |
| Hex | AF | 38 | 5A | 0 | 44 | 31 | 1F | 157 | 34 | 2D |
| Octal | 257 | 70 | 132 | 0 | 104 | 61 | 37 | 527 | 64 | 55 |
| Binary | 10101111 | 111000 | 1011010 | 0 | 1000100 | 110001 | 11111 | 101010111 | 110100 | 101101 |
Color Harmonies of #AF385A
Complementary color
Monochromatic Colors of #AF385A
Black with #AF385A
Text Example
Text Example
White with #AF385A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF385A; }
p { color: rgb(175,56,90); }
H1.HeaderClassName
{
color: #AF385A;
}
.AnyTagClassName
{
color: #AF385A;
}
</style>
background-color css
<style>
a { background-color: #AF385A; }
a { background-color: rgb(175,56,90); }
div.DivClassName
{
background-color: #AF385A;
}
.BgClassName
{
background-color: #AF385A;
}
</style>
border-color css
<style>
span { border-color: #AF385A; }
span { border-color: rgb(175,56,90); }
td.TdClassName
{
border-color: #AF385A;
}
.TagClassName
{
border-color: #AF385A;
}
</style>