Shades of Blush #AF5566
Tints of Blush #AF5566
RGB
CMYK
RGB Variations
Color information
#AF5566 (or 0xAF5566) is known color: Blush. HEX triplet: AF, 55 and 66. RGB value is (175,85,102). Sum of RGB (Red+Green+Blue) = 175+85+102=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 102 (40.23% from 255 or 28.18% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5566 is #50AA99. Grayscale: #717171. Windows color (decimal): -5286554 or 6706607. OLE color: 6706607.
HSL color Cylindrical-coordinate representation of color #AF5566: hue angle of 348.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF5566 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 85 | 102 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.31 |
| HSL | 348.67º | 0.36% | 0.51% | - |
| HSV(B) | 348.67º | 0.51% | 0.69% | - |
| XYZ | 23.33 | 16.57 | 14.54 | - |
| YUV | 113.85 | 121.32 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 85 | 102 | 0 | 0.51 | 0.42 | 0.31 | 348.67 | 0.36 | 0.51 |
| Hex | AF | 55 | 66 | 0 | 33 | 2A | 1F | 15D | 24 | 33 |
| Octal | 257 | 125 | 146 | 0 | 63 | 52 | 37 | 535 | 44 | 63 |
| Binary | 10101111 | 1010101 | 1100110 | 0 | 110011 | 101010 | 11111 | 101011101 | 100100 | 110011 |
Color Harmonies of #AF5566
Complementary color
Monochromatic Colors of #AF5566
Black with #AF5566
Text Example
Text Example
White with #AF5566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5566; }
p { color: rgb(175,85,102); }
H1.HeaderClassName
{
color: #AF5566;
}
.AnyTagClassName
{
color: #AF5566;
}
</style>
background-color css
<style>
a { background-color: #AF5566; }
a { background-color: rgb(175,85,102); }
div.DivClassName
{
background-color: #AF5566;
}
.BgClassName
{
background-color: #AF5566;
}
</style>
border-color css
<style>
span { border-color: #AF5566; }
span { border-color: rgb(175,85,102); }
td.TdClassName
{
border-color: #AF5566;
}
.TagClassName
{
border-color: #AF5566;
}
</style>