Shades of Blush #AF5E6A
Tints of Blush #AF5E6A
RGB
CMYK
RGB Variations
Color information
#AF5E6A (or 0xAF5E6A) is known color: Blush. HEX triplet: AF, 5E and 6A. RGB value is (175,94,106). Sum of RGB (Red+Green+Blue) = 175+94+106=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5E6A is #50A195. Grayscale: #777777. Windows color (decimal): -5284246 or 6971055. OLE color: 6971055.
HSL color Cylindrical-coordinate representation of color #AF5E6A: hue angle of 351.11º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF5E6A is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 94 | 106 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.31 |
| HSL | 351.11º | 0.34% | 0.53% | - |
| HSV(B) | 351.11º | 0.46% | 0.69% | - |
| XYZ | 24.28 | 18.16 | 15.86 | - |
| YUV | 119.59 | 120.34 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 94 | 106 | 0 | 0.46 | 0.39 | 0.31 | 351.11 | 0.34 | 0.53 |
| Hex | AF | 5E | 6A | 0 | 2E | 27 | 1F | 15F | 22 | 35 |
| Octal | 257 | 136 | 152 | 0 | 56 | 47 | 37 | 537 | 42 | 65 |
| Binary | 10101111 | 1011110 | 1101010 | 0 | 101110 | 100111 | 11111 | 101011111 | 100010 | 110101 |
Color Harmonies of #AF5E6A
Complementary color
Monochromatic Colors of #AF5E6A
Black with #AF5E6A
Text Example
Text Example
White with #AF5E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5E6A; }
p { color: rgb(175,94,106); }
H1.HeaderClassName
{
color: #AF5E6A;
}
.AnyTagClassName
{
color: #AF5E6A;
}
</style>
background-color css
<style>
a { background-color: #AF5E6A; }
a { background-color: rgb(175,94,106); }
div.DivClassName
{
background-color: #AF5E6A;
}
.BgClassName
{
background-color: #AF5E6A;
}
</style>
border-color css
<style>
span { border-color: #AF5E6A; }
span { border-color: rgb(175,94,106); }
td.TdClassName
{
border-color: #AF5E6A;
}
.TagClassName
{
border-color: #AF5E6A;
}
</style>