Shades of Blush #AF5063
Tints of Blush #AF5063
RGB
CMYK
RGB Variations
Color information
#AF5063 (or 0xAF5063) is known color: Blush. HEX triplet: AF, 50 and 63. RGB value is (175,80,99). Sum of RGB (Red+Green+Blue) = 175+80+99=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 99 (39.06% from 255 or 27.97% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5063 is #50AF9C. Grayscale: #6E6E6E. Windows color (decimal): -5287837 or 6508719. OLE color: 6508719.
HSL color Cylindrical-coordinate representation of color #AF5063: hue angle of 348º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF5063 is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 80 | 99 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.31 |
| HSL | 348º | 0.37% | 0.5% | - |
| HSV(B) | 348º | 0.54% | 0.69% | - |
| XYZ | 22.8 | 15.75 | 13.64 | - |
| YUV | 110.57 | 121.47 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 80 | 99 | 0 | 0.54 | 0.43 | 0.31 | 348 | 0.37 | 0.5 |
| Hex | AF | 50 | 63 | 0 | 36 | 2B | 1F | 15C | 25 | 32 |
| Octal | 257 | 120 | 143 | 0 | 66 | 53 | 37 | 534 | 45 | 62 |
| Binary | 10101111 | 1010000 | 1100011 | 0 | 110110 | 101011 | 11111 | 101011100 | 100101 | 110010 |
Color Harmonies of #AF5063
Complementary color
Monochromatic Colors of #AF5063
Black with #AF5063
Text Example
Text Example
White with #AF5063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5063; }
p { color: rgb(175,80,99); }
H1.HeaderClassName
{
color: #AF5063;
}
.AnyTagClassName
{
color: #AF5063;
}
</style>
background-color css
<style>
a { background-color: #AF5063; }
a { background-color: rgb(175,80,99); }
div.DivClassName
{
background-color: #AF5063;
}
.BgClassName
{
background-color: #AF5063;
}
</style>
border-color css
<style>
span { border-color: #AF5063; }
span { border-color: rgb(175,80,99); }
td.TdClassName
{
border-color: #AF5063;
}
.TagClassName
{
border-color: #AF5063;
}
</style>