Shades of Blush #AF4D64
Tints of Blush #AF4D64
RGB
CMYK
RGB Variations
Color information
#AF4D64 (or 0xAF4D64) is known color: Blush. HEX triplet: AF, 4D and 64. RGB value is (175,77,100). Sum of RGB (Red+Green+Blue) = 175+77+100=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4D64 is #50B29B. Grayscale: #6C6C6C. Windows color (decimal): -5288604 or 6573487. OLE color: 6573487.
HSL color Cylindrical-coordinate representation of color #AF4D64: hue angle of 345.92º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF4D64 is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 77 | 100 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.31 |
| HSL | 345.92º | 0.39% | 0.49% | - |
| HSV(B) | 345.92º | 0.56% | 0.69% | - |
| XYZ | 22.63 | 15.34 | 13.82 | - |
| YUV | 108.92 | 122.97 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 77 | 100 | 0 | 0.56 | 0.43 | 0.31 | 345.92 | 0.39 | 0.49 |
| Hex | AF | 4D | 64 | 0 | 38 | 2B | 1F | 15A | 27 | 31 |
| Octal | 257 | 115 | 144 | 0 | 70 | 53 | 37 | 532 | 47 | 61 |
| Binary | 10101111 | 1001101 | 1100100 | 0 | 111000 | 101011 | 11111 | 101011010 | 100111 | 110001 |
Color Harmonies of #AF4D64
Complementary color
Monochromatic Colors of #AF4D64
Black with #AF4D64
Text Example
Text Example
White with #AF4D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4D64; }
p { color: rgb(175,77,100); }
H1.HeaderClassName
{
color: #AF4D64;
}
.AnyTagClassName
{
color: #AF4D64;
}
</style>
background-color css
<style>
a { background-color: #AF4D64; }
a { background-color: rgb(175,77,100); }
div.DivClassName
{
background-color: #AF4D64;
}
.BgClassName
{
background-color: #AF4D64;
}
</style>
border-color css
<style>
span { border-color: #AF4D64; }
span { border-color: rgb(175,77,100); }
td.TdClassName
{
border-color: #AF4D64;
}
.TagClassName
{
border-color: #AF4D64;
}
</style>