Shades of Blush #AF5268
Tints of Blush #AF5268
RGB
CMYK
RGB Variations
Color information
#AF5268 (or 0xAF5268) is known color: Blush. HEX triplet: AF, 52 and 68. RGB value is (175,82,104). Sum of RGB (Red+Green+Blue) = 175+82+104=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5268 is #50AD97. Grayscale: #707070. Windows color (decimal): -5287320 or 6836911. OLE color: 6836911.
HSL color Cylindrical-coordinate representation of color #AF5268: hue angle of 345.81º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF5268 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 82 | 104 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.31 |
| HSL | 345.81º | 0.37% | 0.5% | - |
| HSV(B) | 345.81º | 0.53% | 0.69% | - |
| XYZ | 23.2 | 16.15 | 14.99 | - |
| YUV | 112.32 | 123.31 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 82 | 104 | 0 | 0.53 | 0.41 | 0.31 | 345.81 | 0.37 | 0.5 |
| Hex | AF | 52 | 68 | 0 | 35 | 29 | 1F | 15A | 25 | 32 |
| Octal | 257 | 122 | 150 | 0 | 65 | 51 | 37 | 532 | 45 | 62 |
| Binary | 10101111 | 1010010 | 1101000 | 0 | 110101 | 101001 | 11111 | 101011010 | 100101 | 110010 |
Color Harmonies of #AF5268
Complementary color
Monochromatic Colors of #AF5268
Black with #AF5268
Text Example
Text Example
White with #AF5268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5268; }
p { color: rgb(175,82,104); }
H1.HeaderClassName
{
color: #AF5268;
}
.AnyTagClassName
{
color: #AF5268;
}
</style>
background-color css
<style>
a { background-color: #AF5268; }
a { background-color: rgb(175,82,104); }
div.DivClassName
{
background-color: #AF5268;
}
.BgClassName
{
background-color: #AF5268;
}
</style>
border-color css
<style>
span { border-color: #AF5268; }
span { border-color: rgb(175,82,104); }
td.TdClassName
{
border-color: #AF5268;
}
.TagClassName
{
border-color: #AF5268;
}
</style>