Shades of Blush #AF5564
Tints of Blush #AF5564
RGB
CMYK
RGB Variations
Color information
#AF5564 (or 0xAF5564) is known color: Blush. HEX triplet: AF, 55 and 64. RGB value is (175,85,100). Sum of RGB (Red+Green+Blue) = 175+85+100=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5564 is #50AA9B. Grayscale: #717171. Windows color (decimal): -5286556 or 6575535. OLE color: 6575535.
HSL color Cylindrical-coordinate representation of color #AF5564: hue angle of 350º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF5564 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 85 | 100 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.31 |
| HSL | 350º | 0.36% | 0.51% | - |
| HSV(B) | 350º | 0.51% | 0.69% | - |
| XYZ | 23.23 | 16.53 | 14.02 | - |
| YUV | 113.62 | 120.32 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 85 | 100 | 0 | 0.51 | 0.43 | 0.31 | 350 | 0.36 | 0.51 |
| Hex | AF | 55 | 64 | 0 | 33 | 2B | 1F | 15E | 24 | 33 |
| Octal | 257 | 125 | 144 | 0 | 63 | 53 | 37 | 536 | 44 | 63 |
| Binary | 10101111 | 1010101 | 1100100 | 0 | 110011 | 101011 | 11111 | 101011110 | 100100 | 110011 |
Color Harmonies of #AF5564
Complementary color
Monochromatic Colors of #AF5564
Black with #AF5564
Text Example
Text Example
White with #AF5564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5564; }
p { color: rgb(175,85,100); }
H1.HeaderClassName
{
color: #AF5564;
}
.AnyTagClassName
{
color: #AF5564;
}
</style>
background-color css
<style>
a { background-color: #AF5564; }
a { background-color: rgb(175,85,100); }
div.DivClassName
{
background-color: #AF5564;
}
.BgClassName
{
background-color: #AF5564;
}
</style>
border-color css
<style>
span { border-color: #AF5564; }
span { border-color: rgb(175,85,100); }
td.TdClassName
{
border-color: #AF5564;
}
.TagClassName
{
border-color: #AF5564;
}
</style>