Shades of Hippie Pink #AA505A
Tints of Hippie Pink #AA505A
RGB
CMYK
RGB Variations
Color information
#AA505A (or 0xAA505A) is known color: Hippie Pink. HEX triplet: AA, 50 and 5A. RGB value is (170,80,90). Sum of RGB (Red+Green+Blue) = 170+80+90=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 90 (35.55% from 255 or 26.47% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA505A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA505A is #55AFA5. Grayscale: #6C6C6C. Windows color (decimal): -5615526 or 5918890. OLE color: 5918890.
HSL color Cylindrical-coordinate representation of color #AA505A: hue angle of 353.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA505A is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 80 | 90 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.33 |
| HSL | 353.33º | 0.36% | 0.49% | - |
| HSV(B) | 353.33º | 0.53% | 0.67% | - |
| XYZ | 21.29 | 15.02 | 11.45 | - |
| YUV | 108.05 | 117.82 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 90 | 0 | 0.53 | 0.47 | 0.33 | 353.33 | 0.36 | 0.49 |
| Hex | AA | 50 | 5A | 0 | 35 | 2F | 21 | 161 | 24 | 31 |
| Octal | 252 | 120 | 132 | 0 | 65 | 57 | 41 | 541 | 44 | 61 |
| Binary | 10101010 | 1010000 | 1011010 | 0 | 110101 | 101111 | 100001 | 101100001 | 100100 | 110001 |
Color Harmonies of #AA505A
Complementary color
Monochromatic Colors of #AA505A
Black with #AA505A
Text Example
Text Example
White with #AA505A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA505A; }
p { color: rgb(170,80,90); }
H1.HeaderClassName
{
color: #AA505A;
}
.AnyTagClassName
{
color: #AA505A;
}
</style>
background-color css
<style>
a { background-color: #AA505A; }
a { background-color: rgb(170,80,90); }
div.DivClassName
{
background-color: #AA505A;
}
.BgClassName
{
background-color: #AA505A;
}
</style>
border-color css
<style>
span { border-color: #AA505A; }
span { border-color: rgb(170,80,90); }
td.TdClassName
{
border-color: #AA505A;
}
.TagClassName
{
border-color: #AA505A;
}
</style>