Shades of Blush #AF556B
Tints of Blush #AF556B
RGB
CMYK
RGB Variations
Color information
#AF556B (or 0xAF556B) is known color: Blush. HEX triplet: AF, 55 and 6B. RGB value is (175,85,107). Sum of RGB (Red+Green+Blue) = 175+85+107=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF556B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF556B is #50AA94. Grayscale: #727272. Windows color (decimal): -5286549 or 7034287. OLE color: 7034287.
HSL color Cylindrical-coordinate representation of color #AF556B: hue angle of 345.33º 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 #AF556B is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 85 | 107 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.31 |
| HSL | 345.33º | 0.36% | 0.51% | - |
| HSV(B) | 345.33º | 0.51% | 0.69% | - |
| XYZ | 23.58 | 16.67 | 15.89 | - |
| YUV | 114.42 | 123.82 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 85 | 107 | 0 | 0.51 | 0.39 | 0.31 | 345.33 | 0.36 | 0.51 |
| Hex | AF | 55 | 6B | 0 | 33 | 27 | 1F | 159 | 24 | 33 |
| Octal | 257 | 125 | 153 | 0 | 63 | 47 | 37 | 531 | 44 | 63 |
| Binary | 10101111 | 1010101 | 1101011 | 0 | 110011 | 100111 | 11111 | 101011001 | 100100 | 110011 |
Color Harmonies of #AF556B
Complementary color
Monochromatic Colors of #AF556B
Black with #AF556B
Text Example
Text Example
White with #AF556B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF556B; }
p { color: rgb(175,85,107); }
H1.HeaderClassName
{
color: #AF556B;
}
.AnyTagClassName
{
color: #AF556B;
}
</style>
background-color css
<style>
a { background-color: #AF556B; }
a { background-color: rgb(175,85,107); }
div.DivClassName
{
background-color: #AF556B;
}
.BgClassName
{
background-color: #AF556B;
}
</style>
border-color css
<style>
span { border-color: #AF556B; }
span { border-color: rgb(175,85,107); }
td.TdClassName
{
border-color: #AF556B;
}
.TagClassName
{
border-color: #AF556B;
}
</style>