Shades of Blush #AF506B
Tints of Blush #AF506B
RGB
CMYK
RGB Variations
Color information
#AF506B (or 0xAF506B) is known color: Blush. HEX triplet: AF, 50 and 6B. RGB value is (175,80,107). Sum of RGB (Red+Green+Blue) = 175+80+107=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF506B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF506B is #50AF94. Grayscale: #6F6F6F. Windows color (decimal): -5287829 or 7033007. OLE color: 7033007.
HSL color Cylindrical-coordinate representation of color #AF506B: hue angle of 342.95º 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 #AF506B is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 80 | 107 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.31 |
| HSL | 342.95º | 0.37% | 0.5% | - |
| HSV(B) | 342.95º | 0.54% | 0.69% | - |
| XYZ | 23.2 | 15.91 | 15.76 | - |
| YUV | 111.48 | 125.47 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 80 | 107 | 0 | 0.54 | 0.39 | 0.31 | 342.95 | 0.37 | 0.5 |
| Hex | AF | 50 | 6B | 0 | 36 | 27 | 1F | 157 | 25 | 32 |
| Octal | 257 | 120 | 153 | 0 | 66 | 47 | 37 | 527 | 45 | 62 |
| Binary | 10101111 | 1010000 | 1101011 | 0 | 110110 | 100111 | 11111 | 101010111 | 100101 | 110010 |
Color Harmonies of #AF506B
Complementary color
Monochromatic Colors of #AF506B
Black with #AF506B
Text Example
Text Example
White with #AF506B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF506B; }
p { color: rgb(175,80,107); }
H1.HeaderClassName
{
color: #AF506B;
}
.AnyTagClassName
{
color: #AF506B;
}
</style>
background-color css
<style>
a { background-color: #AF506B; }
a { background-color: rgb(175,80,107); }
div.DivClassName
{
background-color: #AF506B;
}
.BgClassName
{
background-color: #AF506B;
}
</style>
border-color css
<style>
span { border-color: #AF506B; }
span { border-color: rgb(175,80,107); }
td.TdClassName
{
border-color: #AF506B;
}
.TagClassName
{
border-color: #AF506B;
}
</style>