Shades of Hippie Pink #A15058
Tints of Hippie Pink #A15058
RGB
CMYK
RGB Variations
Color information
#A15058 (or 0xA15058) is known color: Hippie Pink. HEX triplet: A1, 50 and 58. RGB value is (161,80,88). Sum of RGB (Red+Green+Blue) = 161+80+88=329 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.94% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 88 (34.77% from 255 or 26.75% from 329); Max value from RGB is 161 - color contains mainly: red. Hex color #A15058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15058 is #5EAFA7. Grayscale: #696969. Windows color (decimal): -6205352 or 5787809. OLE color: 5787809.
HSL color Cylindrical-coordinate representation of color #A15058: hue angle of 354.07º degrees, saturation: 0.34, 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 #A15058 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 80 | 88 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.37 |
| HSL | 354.07º | 0.34% | 0.47% | - |
| HSV(B) | 354.07º | 0.5% | 0.63% | - |
| XYZ | 19.33 | 14.02 | 10.92 | - |
| YUV | 105.13 | 118.34 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 80 | 88 | 0 | 0.50 | 0.45 | 0.37 | 354.07 | 0.34 | 0.47 |
| Hex | A1 | 50 | 58 | 0 | 32 | 2D | 25 | 162 | 22 | 2F |
| Octal | 241 | 120 | 130 | 0 | 62 | 55 | 45 | 542 | 42 | 57 |
| Binary | 10100001 | 1010000 | 1011000 | 0 | 110010 | 101101 | 100101 | 101100010 | 100010 | 101111 |
Color Harmonies of #A15058
Complementary color
Monochromatic Colors of #A15058
Black with #A15058
Text Example
Text Example
White with #A15058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15058; }
p { color: rgb(161,80,88); }
H1.HeaderClassName
{
color: #A15058;
}
.AnyTagClassName
{
color: #A15058;
}
</style>
background-color css
<style>
a { background-color: #A15058; }
a { background-color: rgb(161,80,88); }
div.DivClassName
{
background-color: #A15058;
}
.BgClassName
{
background-color: #A15058;
}
</style>
border-color css
<style>
span { border-color: #A15058; }
span { border-color: rgb(161,80,88); }
td.TdClassName
{
border-color: #A15058;
}
.TagClassName
{
border-color: #A15058;
}
</style>