Shades of Blush #AF5168
Tints of Blush #AF5168
RGB
CMYK
RGB Variations
Color information
#AF5168 (or 0xAF5168) is known color: Blush. HEX triplet: AF, 51 and 68. RGB value is (175,81,104). Sum of RGB (Red+Green+Blue) = 175+81+104=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5168 is #50AE97. Grayscale: #6F6F6F. Windows color (decimal): -5287576 or 6836655. OLE color: 6836655.
HSL color Cylindrical-coordinate representation of color #AF5168: hue angle of 345.32º 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 #AF5168 is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 81 | 104 | - |
| CMYK | 0 | 0.54 | 0.41 | 0.31 |
| HSL | 345.32º | 0.37% | 0.5% | - |
| HSV(B) | 345.32º | 0.54% | 0.69% | - |
| XYZ | 23.12 | 16 | 14.97 | - |
| YUV | 111.73 | 123.64 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 104 | 0 | 0.54 | 0.41 | 0.31 | 345.32 | 0.37 | 0.5 |
| Hex | AF | 51 | 68 | 0 | 36 | 29 | 1F | 159 | 25 | 32 |
| Octal | 257 | 121 | 150 | 0 | 66 | 51 | 37 | 531 | 45 | 62 |
| Binary | 10101111 | 1010001 | 1101000 | 0 | 110110 | 101001 | 11111 | 101011001 | 100101 | 110010 |
Color Harmonies of #AF5168
Complementary color
Monochromatic Colors of #AF5168
Black with #AF5168
Text Example
Text Example
White with #AF5168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5168; }
p { color: rgb(175,81,104); }
H1.HeaderClassName
{
color: #AF5168;
}
.AnyTagClassName
{
color: #AF5168;
}
</style>
background-color css
<style>
a { background-color: #AF5168; }
a { background-color: rgb(175,81,104); }
div.DivClassName
{
background-color: #AF5168;
}
.BgClassName
{
background-color: #AF5168;
}
</style>
border-color css
<style>
span { border-color: #AF5168; }
span { border-color: rgb(175,81,104); }
td.TdClassName
{
border-color: #AF5168;
}
.TagClassName
{
border-color: #AF5168;
}
</style>