Shades of Blush #AF4E62
Tints of Blush #AF4E62
RGB
CMYK
RGB Variations
Color information
#AF4E62 (or 0xAF4E62) is known color: Blush. HEX triplet: AF, 4E and 62. RGB value is (175,78,98). Sum of RGB (Red+Green+Blue) = 175+78+98=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 98 (38.67% from 255 or 27.92% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4E62 is #50B19D. Grayscale: #6D6D6D. Windows color (decimal): -5288350 or 6442671. OLE color: 6442671.
HSL color Cylindrical-coordinate representation of color #AF4E62: hue angle of 347.63º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF4E62 is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 78 | 98 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.31 |
| HSL | 347.63º | 0.38% | 0.5% | - |
| HSV(B) | 347.63º | 0.55% | 0.69% | - |
| XYZ | 22.61 | 15.44 | 13.34 | - |
| YUV | 109.28 | 121.64 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 78 | 98 | 0 | 0.55 | 0.44 | 0.31 | 347.63 | 0.38 | 0.5 |
| Hex | AF | 4E | 62 | 0 | 37 | 2C | 1F | 15C | 26 | 32 |
| Octal | 257 | 116 | 142 | 0 | 67 | 54 | 37 | 534 | 46 | 62 |
| Binary | 10101111 | 1001110 | 1100010 | 0 | 110111 | 101100 | 11111 | 101011100 | 100110 | 110010 |
Color Harmonies of #AF4E62
Complementary color
Monochromatic Colors of #AF4E62
Black with #AF4E62
Text Example
Text Example
White with #AF4E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4E62; }
p { color: rgb(175,78,98); }
H1.HeaderClassName
{
color: #AF4E62;
}
.AnyTagClassName
{
color: #AF4E62;
}
</style>
background-color css
<style>
a { background-color: #AF4E62; }
a { background-color: rgb(175,78,98); }
div.DivClassName
{
background-color: #AF4E62;
}
.BgClassName
{
background-color: #AF4E62;
}
</style>
border-color css
<style>
span { border-color: #AF4E62; }
span { border-color: rgb(175,78,98); }
td.TdClassName
{
border-color: #AF4E62;
}
.TagClassName
{
border-color: #AF4E62;
}
</style>