Shades of Hippie Pink #AE505B
Tints of Hippie Pink #AE505B
RGB
CMYK
RGB Variations
Color information
#AE505B (or 0xAE505B) is known color: Hippie Pink. HEX triplet: AE, 50 and 5B. RGB value is (174,80,91). Sum of RGB (Red+Green+Blue) = 174+80+91=345 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.43% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 174 - color contains mainly: red. Hex color #AE505B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE505B is #51AFA4. Grayscale: #6D6D6D. Windows color (decimal): -5353381 or 5984430. OLE color: 5984430.
HSL color Cylindrical-coordinate representation of color #AE505B: hue angle of 352.98º 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 #AE505B is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 80 | 91 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.32 |
| HSL | 352.98º | 0.37% | 0.5% | - |
| HSV(B) | 352.98º | 0.54% | 0.68% | - |
| XYZ | 22.21 | 15.49 | 11.72 | - |
| YUV | 109.36 | 117.64 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 80 | 91 | 0 | 0.54 | 0.48 | 0.32 | 352.98 | 0.37 | 0.5 |
| Hex | AE | 50 | 5B | 0 | 36 | 30 | 20 | 161 | 25 | 32 |
| Octal | 256 | 120 | 133 | 0 | 66 | 60 | 40 | 541 | 45 | 62 |
| Binary | 10101110 | 1010000 | 1011011 | 0 | 110110 | 110000 | 100000 | 101100001 | 100101 | 110010 |
Color Harmonies of #AE505B
Complementary color
Monochromatic Colors of #AE505B
Black with #AE505B
Text Example
Text Example
White with #AE505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE505B; }
p { color: rgb(174,80,91); }
H1.HeaderClassName
{
color: #AE505B;
}
.AnyTagClassName
{
color: #AE505B;
}
</style>
background-color css
<style>
a { background-color: #AE505B; }
a { background-color: rgb(174,80,91); }
div.DivClassName
{
background-color: #AE505B;
}
.BgClassName
{
background-color: #AE505B;
}
</style>
border-color css
<style>
span { border-color: #AE505B; }
span { border-color: rgb(174,80,91); }
td.TdClassName
{
border-color: #AE505B;
}
.TagClassName
{
border-color: #AE505B;
}
</style>