Shades of Blush #AF5D6D
Tints of Blush #AF5D6D
RGB
CMYK
RGB Variations
Color information
#AF5D6D (or 0xAF5D6D) is known color: Blush. HEX triplet: AF, 5D and 6D. RGB value is (175,93,109). Sum of RGB (Red+Green+Blue) = 175+93+109=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 93 (36.72% from 255 or 24.67% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5D6D is #50A292. Grayscale: #777777. Windows color (decimal): -5284499 or 7167407. OLE color: 7167407.
HSL color Cylindrical-coordinate representation of color #AF5D6D: hue angle of 348.29º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF5D6D is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 93 | 109 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.31 |
| HSL | 348.29º | 0.34% | 0.53% | - |
| HSV(B) | 348.29º | 0.47% | 0.69% | - |
| XYZ | 24.35 | 18.05 | 16.67 | - |
| YUV | 119.34 | 122.17 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 93 | 109 | 0 | 0.47 | 0.38 | 0.31 | 348.29 | 0.34 | 0.53 |
| Hex | AF | 5D | 6D | 0 | 2F | 26 | 1F | 15C | 22 | 35 |
| Octal | 257 | 135 | 155 | 0 | 57 | 46 | 37 | 534 | 42 | 65 |
| Binary | 10101111 | 1011101 | 1101101 | 0 | 101111 | 100110 | 11111 | 101011100 | 100010 | 110101 |
Color Harmonies of #AF5D6D
Complementary color
Monochromatic Colors of #AF5D6D
Black with #AF5D6D
Text Example
Text Example
White with #AF5D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5D6D; }
p { color: rgb(175,93,109); }
H1.HeaderClassName
{
color: #AF5D6D;
}
.AnyTagClassName
{
color: #AF5D6D;
}
</style>
background-color css
<style>
a { background-color: #AF5D6D; }
a { background-color: rgb(175,93,109); }
div.DivClassName
{
background-color: #AF5D6D;
}
.BgClassName
{
background-color: #AF5D6D;
}
</style>
border-color css
<style>
span { border-color: #AF5D6D; }
span { border-color: rgb(175,93,109); }
td.TdClassName
{
border-color: #AF5D6D;
}
.TagClassName
{
border-color: #AF5D6D;
}
</style>