Shades of Blush #AF5870
Tints of Blush #AF5870
RGB
CMYK
RGB Variations
Color information
#AF5870 (or 0xAF5870) is known color: Blush. HEX triplet: AF, 58 and 70. RGB value is (175,88,112). Sum of RGB (Red+Green+Blue) = 175+88+112=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5870 is #50A78F. Grayscale: #747474. Windows color (decimal): -5285776 or 7362735. OLE color: 7362735.
HSL color Cylindrical-coordinate representation of color #AF5870: hue angle of 343.45º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF5870 is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 88 | 112 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.31 |
| HSL | 343.45º | 0.35% | 0.52% | - |
| HSV(B) | 343.45º | 0.5% | 0.69% | - |
| XYZ | 24.09 | 17.26 | 17.39 | - |
| YUV | 116.75 | 125.32 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 88 | 112 | 0 | 0.50 | 0.36 | 0.31 | 343.45 | 0.35 | 0.52 |
| Hex | AF | 58 | 70 | 0 | 32 | 24 | 1F | 157 | 23 | 34 |
| Octal | 257 | 130 | 160 | 0 | 62 | 44 | 37 | 527 | 43 | 64 |
| Binary | 10101111 | 1011000 | 1110000 | 0 | 110010 | 100100 | 11111 | 101010111 | 100011 | 110100 |
Color Harmonies of #AF5870
Complementary color
Monochromatic Colors of #AF5870
Black with #AF5870
Text Example
Text Example
White with #AF5870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5870; }
p { color: rgb(175,88,112); }
H1.HeaderClassName
{
color: #AF5870;
}
.AnyTagClassName
{
color: #AF5870;
}
</style>
background-color css
<style>
a { background-color: #AF5870; }
a { background-color: rgb(175,88,112); }
div.DivClassName
{
background-color: #AF5870;
}
.BgClassName
{
background-color: #AF5870;
}
</style>
border-color css
<style>
span { border-color: #AF5870; }
span { border-color: rgb(175,88,112); }
td.TdClassName
{
border-color: #AF5870;
}
.TagClassName
{
border-color: #AF5870;
}
</style>