Shades of Hippie Pink #AA405B
Tints of Hippie Pink #AA405B
RGB
CMYK
RGB Variations
Color information
#AA405B (or 0xAA405B) is known color: Hippie Pink. HEX triplet: AA, 40 and 5B. RGB value is (170,64,91). Sum of RGB (Red+Green+Blue) = 170+64+91=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA405B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA405B is #55BFA4. Grayscale: #626262. Windows color (decimal): -5619621 or 5980330. OLE color: 5980330.
HSL color Cylindrical-coordinate representation of color #AA405B: hue angle of 344.72º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA405B is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 64 | 91 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.33 |
| HSL | 344.72º | 0.45% | 0.46% | - |
| HSV(B) | 344.72º | 0.62% | 0.67% | - |
| XYZ | 20.3 | 12.97 | 11.33 | - |
| YUV | 98.77 | 123.62 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 91 | 0 | 0.62 | 0.46 | 0.33 | 344.72 | 0.45 | 0.46 |
| Hex | AA | 40 | 5B | 0 | 3E | 2E | 21 | 159 | 2D | 2E |
| Octal | 252 | 100 | 133 | 0 | 76 | 56 | 41 | 531 | 55 | 56 |
| Binary | 10101010 | 1000000 | 1011011 | 0 | 111110 | 101110 | 100001 | 101011001 | 101101 | 101110 |
Color Harmonies of #AA405B
Complementary color
Monochromatic Colors of #AA405B
Black with #AA405B
Text Example
Text Example
White with #AA405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA405B; }
p { color: rgb(170,64,91); }
H1.HeaderClassName
{
color: #AA405B;
}
.AnyTagClassName
{
color: #AA405B;
}
</style>
background-color css
<style>
a { background-color: #AA405B; }
a { background-color: rgb(170,64,91); }
div.DivClassName
{
background-color: #AA405B;
}
.BgClassName
{
background-color: #AA405B;
}
</style>
border-color css
<style>
span { border-color: #AA405B; }
span { border-color: rgb(170,64,91); }
td.TdClassName
{
border-color: #AA405B;
}
.TagClassName
{
border-color: #AA405B;
}
</style>