Shades of Hippie Pink #AA455B
Tints of Hippie Pink #AA455B
RGB
CMYK
RGB Variations
Color information
#AA455B (or 0xAA455B) is known color: Hippie Pink. HEX triplet: AA, 45 and 5B. RGB value is (170,69,91). Sum of RGB (Red+Green+Blue) = 170+69+91=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA455B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA455B is #55BAA4. Grayscale: #656565. Windows color (decimal): -5618341 or 5981610. OLE color: 5981610.
HSL color Cylindrical-coordinate representation of color #AA455B: hue angle of 346.93º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA455B is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 69 | 91 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.33 |
| HSL | 346.93º | 0.42% | 0.47% | - |
| HSV(B) | 346.93º | 0.59% | 0.67% | - |
| XYZ | 20.59 | 13.56 | 11.43 | - |
| YUV | 101.71 | 121.96 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 69 | 91 | 0 | 0.59 | 0.46 | 0.33 | 346.93 | 0.42 | 0.47 |
| Hex | AA | 45 | 5B | 0 | 3B | 2E | 21 | 15B | 2A | 2F |
| Octal | 252 | 105 | 133 | 0 | 73 | 56 | 41 | 533 | 52 | 57 |
| Binary | 10101010 | 1000101 | 1011011 | 0 | 111011 | 101110 | 100001 | 101011011 | 101010 | 101111 |
Color Harmonies of #AA455B
Complementary color
Monochromatic Colors of #AA455B
Black with #AA455B
Text Example
Text Example
White with #AA455B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA455B; }
p { color: rgb(170,69,91); }
H1.HeaderClassName
{
color: #AA455B;
}
.AnyTagClassName
{
color: #AA455B;
}
</style>
background-color css
<style>
a { background-color: #AA455B; }
a { background-color: rgb(170,69,91); }
div.DivClassName
{
background-color: #AA455B;
}
.BgClassName
{
background-color: #AA455B;
}
</style>
border-color css
<style>
span { border-color: #AA455B; }
span { border-color: rgb(170,69,91); }
td.TdClassName
{
border-color: #AA455B;
}
.TagClassName
{
border-color: #AA455B;
}
</style>