Shades of Blush #AF506D
Tints of Blush #AF506D
RGB
CMYK
RGB Variations
Color information
#AF506D (or 0xAF506D) is known color: Blush. HEX triplet: AF, 50 and 6D. RGB value is (175,80,109). Sum of RGB (Red+Green+Blue) = 175+80+109=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF506D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF506D is #50AF92. Grayscale: #6F6F6F. Windows color (decimal): -5287827 or 7164079. OLE color: 7164079.
HSL color Cylindrical-coordinate representation of color #AF506D: hue angle of 341.68º 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 #AF506D is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 80 | 109 | - |
| CMYK | 0 | 0.54 | 0.38 | 0.31 |
| HSL | 341.68º | 0.37% | 0.5% | - |
| HSV(B) | 341.68º | 0.54% | 0.69% | - |
| XYZ | 23.31 | 15.96 | 16.32 | - |
| YUV | 111.71 | 126.47 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 80 | 109 | 0 | 0.54 | 0.38 | 0.31 | 341.68 | 0.37 | 0.5 |
| Hex | AF | 50 | 6D | 0 | 36 | 26 | 1F | 156 | 25 | 32 |
| Octal | 257 | 120 | 155 | 0 | 66 | 46 | 37 | 526 | 45 | 62 |
| Binary | 10101111 | 1010000 | 1101101 | 0 | 110110 | 100110 | 11111 | 101010110 | 100101 | 110010 |
Color Harmonies of #AF506D
Complementary color
Monochromatic Colors of #AF506D
Black with #AF506D
Text Example
Text Example
White with #AF506D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF506D; }
p { color: rgb(175,80,109); }
H1.HeaderClassName
{
color: #AF506D;
}
.AnyTagClassName
{
color: #AF506D;
}
</style>
background-color css
<style>
a { background-color: #AF506D; }
a { background-color: rgb(175,80,109); }
div.DivClassName
{
background-color: #AF506D;
}
.BgClassName
{
background-color: #AF506D;
}
</style>
border-color css
<style>
span { border-color: #AF506D; }
span { border-color: rgb(175,80,109); }
td.TdClassName
{
border-color: #AF506D;
}
.TagClassName
{
border-color: #AF506D;
}
</style>