Shades of Blush #AF4D6B
Tints of Blush #AF4D6B
RGB
CMYK
RGB Variations
Color information
#AF4D6B (or 0xAF4D6B) is known color: Blush. HEX triplet: AF, 4D and 6B. RGB value is (175,77,107). Sum of RGB (Red+Green+Blue) = 175+77+107=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4D6B is #50B294. Grayscale: #6D6D6D. Windows color (decimal): -5288597 or 7032239. OLE color: 7032239.
HSL color Cylindrical-coordinate representation of color #AF4D6B: hue angle of 341.63º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF4D6B is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 77 | 107 | - |
| CMYK | 0 | 0.56 | 0.39 | 0.31 |
| HSL | 341.63º | 0.39% | 0.49% | - |
| HSV(B) | 341.63º | 0.56% | 0.69% | - |
| XYZ | 22.99 | 15.48 | 15.69 | - |
| YUV | 109.72 | 126.47 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 77 | 107 | 0 | 0.56 | 0.39 | 0.31 | 341.63 | 0.39 | 0.49 |
| Hex | AF | 4D | 6B | 0 | 38 | 27 | 1F | 156 | 27 | 31 |
| Octal | 257 | 115 | 153 | 0 | 70 | 47 | 37 | 526 | 47 | 61 |
| Binary | 10101111 | 1001101 | 1101011 | 0 | 111000 | 100111 | 11111 | 101010110 | 100111 | 110001 |
Color Harmonies of #AF4D6B
Complementary color
Monochromatic Colors of #AF4D6B
Black with #AF4D6B
Text Example
Text Example
White with #AF4D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4D6B; }
p { color: rgb(175,77,107); }
H1.HeaderClassName
{
color: #AF4D6B;
}
.AnyTagClassName
{
color: #AF4D6B;
}
</style>
background-color css
<style>
a { background-color: #AF4D6B; }
a { background-color: rgb(175,77,107); }
div.DivClassName
{
background-color: #AF4D6B;
}
.BgClassName
{
background-color: #AF4D6B;
}
</style>
border-color css
<style>
span { border-color: #AF4D6B; }
span { border-color: rgb(175,77,107); }
td.TdClassName
{
border-color: #AF4D6B;
}
.TagClassName
{
border-color: #AF4D6B;
}
</style>