Shades of Blush #AF5066
Tints of Blush #AF5066
RGB
CMYK
RGB Variations
Color information
#AF5066 (or 0xAF5066) is known color: Blush. HEX triplet: AF, 50 and 66. RGB value is (175,80,102). Sum of RGB (Red+Green+Blue) = 175+80+102=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5066 is #50AF99. Grayscale: #6E6E6E. Windows color (decimal): -5287834 or 6705327. OLE color: 6705327.
HSL color Cylindrical-coordinate representation of color #AF5066: hue angle of 346.11º 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 #AF5066 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 80 | 102 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.31 |
| HSL | 346.11º | 0.37% | 0.5% | - |
| HSV(B) | 346.11º | 0.54% | 0.69% | - |
| XYZ | 22.95 | 15.81 | 14.41 | - |
| YUV | 110.91 | 122.97 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 80 | 102 | 0 | 0.54 | 0.42 | 0.31 | 346.11 | 0.37 | 0.5 |
| Hex | AF | 50 | 66 | 0 | 36 | 2A | 1F | 15A | 25 | 32 |
| Octal | 257 | 120 | 146 | 0 | 66 | 52 | 37 | 532 | 45 | 62 |
| Binary | 10101111 | 1010000 | 1100110 | 0 | 110110 | 101010 | 11111 | 101011010 | 100101 | 110010 |
Color Harmonies of #AF5066
Complementary color
Monochromatic Colors of #AF5066
Black with #AF5066
Text Example
Text Example
White with #AF5066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5066; }
p { color: rgb(175,80,102); }
H1.HeaderClassName
{
color: #AF5066;
}
.AnyTagClassName
{
color: #AF5066;
}
</style>
background-color css
<style>
a { background-color: #AF5066; }
a { background-color: rgb(175,80,102); }
div.DivClassName
{
background-color: #AF5066;
}
.BgClassName
{
background-color: #AF5066;
}
</style>
border-color css
<style>
span { border-color: #AF5066; }
span { border-color: rgb(175,80,102); }
td.TdClassName
{
border-color: #AF5066;
}
.TagClassName
{
border-color: #AF5066;
}
</style>