Shades of Hippie Pink #A15160
Tints of Hippie Pink #A15160
RGB
CMYK
RGB Variations
Color information
#A15160 (or 0xA15160) is known color: Hippie Pink. HEX triplet: A1, 51 and 60. RGB value is (161,81,96). Sum of RGB (Red+Green+Blue) = 161+81+96=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 161 - color contains mainly: red. Hex color #A15160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15160 is #5EAE9F. Grayscale: #6A6A6A. Windows color (decimal): -6205088 or 6312353. OLE color: 6312353.
HSL color Cylindrical-coordinate representation of color #A15160: hue angle of 348.75º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A15160 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 81 | 96 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.37 |
| HSL | 348.75º | 0.33% | 0.47% | - |
| HSV(B) | 348.75º | 0.5% | 0.63% | - |
| XYZ | 19.75 | 14.31 | 12.79 | - |
| YUV | 106.63 | 122 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 81 | 96 | 0 | 0.50 | 0.40 | 0.37 | 348.75 | 0.33 | 0.47 |
| Hex | A1 | 51 | 60 | 0 | 32 | 28 | 25 | 15D | 21 | 2F |
| Octal | 241 | 121 | 140 | 0 | 62 | 50 | 45 | 535 | 41 | 57 |
| Binary | 10100001 | 1010001 | 1100000 | 0 | 110010 | 101000 | 100101 | 101011101 | 100001 | 101111 |
Color Harmonies of #A15160
Complementary color
Monochromatic Colors of #A15160
Black with #A15160
Text Example
Text Example
White with #A15160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15160; }
p { color: rgb(161,81,96); }
H1.HeaderClassName
{
color: #A15160;
}
.AnyTagClassName
{
color: #A15160;
}
</style>
background-color css
<style>
a { background-color: #A15160; }
a { background-color: rgb(161,81,96); }
div.DivClassName
{
background-color: #A15160;
}
.BgClassName
{
background-color: #A15160;
}
</style>
border-color css
<style>
span { border-color: #A15160; }
span { border-color: rgb(161,81,96); }
td.TdClassName
{
border-color: #A15160;
}
.TagClassName
{
border-color: #A15160;
}
</style>