Shades of Blush #AF5E6E
Tints of Blush #AF5E6E
RGB
CMYK
RGB Variations
Color information
#AF5E6E (or 0xAF5E6E) is known color: Blush. HEX triplet: AF, 5E and 6E. RGB value is (175,94,110). Sum of RGB (Red+Green+Blue) = 175+94+110=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 94 (37.11% from 255 or 24.80% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5E6E is #50A191. Grayscale: #787878. Windows color (decimal): -5284242 or 7233199. OLE color: 7233199.
HSL color Cylindrical-coordinate representation of color #AF5E6E: hue angle of 348.15º 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 #AF5E6E is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 94 | 110 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.31 |
| HSL | 348.15º | 0.34% | 0.53% | - |
| HSV(B) | 348.15º | 0.46% | 0.69% | - |
| XYZ | 24.5 | 18.25 | 16.98 | - |
| YUV | 120.04 | 122.34 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 94 | 110 | 0 | 0.46 | 0.37 | 0.31 | 348.15 | 0.34 | 0.53 |
| Hex | AF | 5E | 6E | 0 | 2E | 25 | 1F | 15C | 22 | 35 |
| Octal | 257 | 136 | 156 | 0 | 56 | 45 | 37 | 534 | 42 | 65 |
| Binary | 10101111 | 1011110 | 1101110 | 0 | 101110 | 100101 | 11111 | 101011100 | 100010 | 110101 |
Color Harmonies of #AF5E6E
Complementary color
Monochromatic Colors of #AF5E6E
Black with #AF5E6E
Text Example
Text Example
White with #AF5E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5E6E; }
p { color: rgb(175,94,110); }
H1.HeaderClassName
{
color: #AF5E6E;
}
.AnyTagClassName
{
color: #AF5E6E;
}
</style>
background-color css
<style>
a { background-color: #AF5E6E; }
a { background-color: rgb(175,94,110); }
div.DivClassName
{
background-color: #AF5E6E;
}
.BgClassName
{
background-color: #AF5E6E;
}
</style>
border-color css
<style>
span { border-color: #AF5E6E; }
span { border-color: rgb(175,94,110); }
td.TdClassName
{
border-color: #AF5E6E;
}
.TagClassName
{
border-color: #AF5E6E;
}
</style>