Shades of Blush #AF5E74
Tints of Blush #AF5E74
RGB
CMYK
RGB Variations
Color information
#AF5E74 (or 0xAF5E74) is known color: Blush. HEX triplet: AF, 5E and 74. RGB value is (175,94,116). Sum of RGB (Red+Green+Blue) = 175+94+116=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5E74 is #50A18B. Grayscale: #787878. Windows color (decimal): -5284236 or 7626415. OLE color: 7626415.
HSL color Cylindrical-coordinate representation of color #AF5E74: hue angle of 343.7º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF5E74 is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 94 | 116 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.31 |
| HSL | 343.7º | 0.34% | 0.53% | - |
| HSV(B) | 343.7º | 0.46% | 0.69% | - |
| XYZ | 24.83 | 18.38 | 18.76 | - |
| YUV | 120.73 | 125.34 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 94 | 116 | 0 | 0.46 | 0.34 | 0.31 | 343.7 | 0.34 | 0.53 |
| Hex | AF | 5E | 74 | 0 | 2E | 22 | 1F | 158 | 22 | 35 |
| Octal | 257 | 136 | 164 | 0 | 56 | 42 | 37 | 530 | 42 | 65 |
| Binary | 10101111 | 1011110 | 1110100 | 0 | 101110 | 100010 | 11111 | 101011000 | 100010 | 110101 |
Color Harmonies of #AF5E74
Complementary color
Monochromatic Colors of #AF5E74
Black with #AF5E74
Text Example
Text Example
White with #AF5E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5E74; }
p { color: rgb(175,94,116); }
H1.HeaderClassName
{
color: #AF5E74;
}
.AnyTagClassName
{
color: #AF5E74;
}
</style>
background-color css
<style>
a { background-color: #AF5E74; }
a { background-color: rgb(175,94,116); }
div.DivClassName
{
background-color: #AF5E74;
}
.BgClassName
{
background-color: #AF5E74;
}
</style>
border-color css
<style>
span { border-color: #AF5E74; }
span { border-color: rgb(175,94,116); }
td.TdClassName
{
border-color: #AF5E74;
}
.TagClassName
{
border-color: #AF5E74;
}
</style>