Shades of Blush #AF5D6B
Tints of Blush #AF5D6B
RGB
CMYK
RGB Variations
Color information
#AF5D6B (or 0xAF5D6B) is known color: Blush. HEX triplet: AF, 5D and 6B. RGB value is (175,93,107). Sum of RGB (Red+Green+Blue) = 175+93+107=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5D6B is #50A294. Grayscale: #777777. Windows color (decimal): -5284501 or 7036335. OLE color: 7036335.
HSL color Cylindrical-coordinate representation of color #AF5D6B: hue angle of 349.76º 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 #AF5D6B is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 93 | 107 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.31 |
| HSL | 349.76º | 0.34% | 0.53% | - |
| HSV(B) | 349.76º | 0.47% | 0.69% | - |
| XYZ | 24.25 | 18 | 16.11 | - |
| YUV | 119.11 | 121.17 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 93 | 107 | 0 | 0.47 | 0.39 | 0.31 | 349.76 | 0.34 | 0.53 |
| Hex | AF | 5D | 6B | 0 | 2F | 27 | 1F | 15E | 22 | 35 |
| Octal | 257 | 135 | 153 | 0 | 57 | 47 | 37 | 536 | 42 | 65 |
| Binary | 10101111 | 1011101 | 1101011 | 0 | 101111 | 100111 | 11111 | 101011110 | 100010 | 110101 |
Color Harmonies of #AF5D6B
Complementary color
Monochromatic Colors of #AF5D6B
Black with #AF5D6B
Text Example
Text Example
White with #AF5D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5D6B; }
p { color: rgb(175,93,107); }
H1.HeaderClassName
{
color: #AF5D6B;
}
.AnyTagClassName
{
color: #AF5D6B;
}
</style>
background-color css
<style>
a { background-color: #AF5D6B; }
a { background-color: rgb(175,93,107); }
div.DivClassName
{
background-color: #AF5D6B;
}
.BgClassName
{
background-color: #AF5D6B;
}
</style>
border-color css
<style>
span { border-color: #AF5D6B; }
span { border-color: rgb(175,93,107); }
td.TdClassName
{
border-color: #AF5D6B;
}
.TagClassName
{
border-color: #AF5D6B;
}
</style>