Shades of Blush #AE506B
Tints of Blush #AE506B
RGB
CMYK
RGB Variations
Color information
#AE506B (or 0xAE506B) is known color: Blush. HEX triplet: AE, 50 and 6B. RGB value is (174,80,107). Sum of RGB (Red+Green+Blue) = 174+80+107=361 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.20% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 174 - color contains mainly: red. Hex color #AE506B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE506B is #51AF94. Grayscale: #6F6F6F. Windows color (decimal): -5353365 or 7033006. OLE color: 7033006.
HSL color Cylindrical-coordinate representation of color #AE506B: hue angle of 342.77º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AE506B is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 80 | 107 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.32 |
| HSL | 342.77º | 0.37% | 0.5% | - |
| HSV(B) | 342.77º | 0.54% | 0.68% | - |
| XYZ | 22.98 | 15.8 | 15.75 | - |
| YUV | 111.18 | 125.64 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 80 | 107 | 0 | 0.54 | 0.39 | 0.32 | 342.77 | 0.37 | 0.5 |
| Hex | AE | 50 | 6B | 0 | 36 | 27 | 20 | 157 | 25 | 32 |
| Octal | 256 | 120 | 153 | 0 | 66 | 47 | 40 | 527 | 45 | 62 |
| Binary | 10101110 | 1010000 | 1101011 | 0 | 110110 | 100111 | 100000 | 101010111 | 100101 | 110010 |
Color Harmonies of #AE506B
Complementary color
Monochromatic Colors of #AE506B
Black with #AE506B
Text Example
Text Example
White with #AE506B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE506B; }
p { color: rgb(174,80,107); }
H1.HeaderClassName
{
color: #AE506B;
}
.AnyTagClassName
{
color: #AE506B;
}
</style>
background-color css
<style>
a { background-color: #AE506B; }
a { background-color: rgb(174,80,107); }
div.DivClassName
{
background-color: #AE506B;
}
.BgClassName
{
background-color: #AE506B;
}
</style>
border-color css
<style>
span { border-color: #AE506B; }
span { border-color: rgb(174,80,107); }
td.TdClassName
{
border-color: #AE506B;
}
.TagClassName
{
border-color: #AE506B;
}
</style>