Shades of Blush #AF4E68
Tints of Blush #AF4E68
RGB
CMYK
RGB Variations
Color information
#AF4E68 (or 0xAF4E68) is known color: Blush. HEX triplet: AF, 4E and 68. RGB value is (175,78,104). Sum of RGB (Red+Green+Blue) = 175+78+104=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 78 (30.86% from 255 or 21.85% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4E68 is #50B197. Grayscale: #6D6D6D. Windows color (decimal): -5288344 or 6835887. OLE color: 6835887.
HSL color Cylindrical-coordinate representation of color #AF4E68: hue angle of 343.92º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF4E68 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 78 | 104 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.31 |
| HSL | 343.92º | 0.38% | 0.5% | - |
| HSV(B) | 343.92º | 0.55% | 0.69% | - |
| XYZ | 22.9 | 15.56 | 14.89 | - |
| YUV | 109.97 | 124.64 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 78 | 104 | 0 | 0.55 | 0.41 | 0.31 | 343.92 | 0.38 | 0.5 |
| Hex | AF | 4E | 68 | 0 | 37 | 29 | 1F | 158 | 26 | 32 |
| Octal | 257 | 116 | 150 | 0 | 67 | 51 | 37 | 530 | 46 | 62 |
| Binary | 10101111 | 1001110 | 1101000 | 0 | 110111 | 101001 | 11111 | 101011000 | 100110 | 110010 |
Color Harmonies of #AF4E68
Complementary color
Monochromatic Colors of #AF4E68
Black with #AF4E68
Text Example
Text Example
White with #AF4E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4E68; }
p { color: rgb(175,78,104); }
H1.HeaderClassName
{
color: #AF4E68;
}
.AnyTagClassName
{
color: #AF4E68;
}
</style>
background-color css
<style>
a { background-color: #AF4E68; }
a { background-color: rgb(175,78,104); }
div.DivClassName
{
background-color: #AF4E68;
}
.BgClassName
{
background-color: #AF4E68;
}
</style>
border-color css
<style>
span { border-color: #AF4E68; }
span { border-color: rgb(175,78,104); }
td.TdClassName
{
border-color: #AF4E68;
}
.TagClassName
{
border-color: #AF4E68;
}
</style>