Shades of Hippie Pink #A1485B
Tints of Hippie Pink #A1485B
RGB
CMYK
RGB Variations
Color information
#A1485B (or 0xA1485B) is known color: Hippie Pink. HEX triplet: A1, 48 and 5B. RGB value is (161,72,91). Sum of RGB (Red+Green+Blue) = 161+72+91=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A1485B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1485B is #5EB7A4. Grayscale: #646464. Windows color (decimal): -6207397 or 5982369. OLE color: 5982369.
HSL color Cylindrical-coordinate representation of color #A1485B: hue angle of 347.19º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1485B is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 72 | 91 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.37 |
| HSL | 347.19º | 0.38% | 0.46% | - |
| HSV(B) | 347.19º | 0.55% | 0.63% | - |
| XYZ | 18.9 | 12.97 | 11.4 | - |
| YUV | 100.78 | 122.49 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 72 | 91 | 0 | 0.55 | 0.43 | 0.37 | 347.19 | 0.38 | 0.46 |
| Hex | A1 | 48 | 5B | 0 | 37 | 2B | 25 | 15B | 26 | 2E |
| Octal | 241 | 110 | 133 | 0 | 67 | 53 | 45 | 533 | 46 | 56 |
| Binary | 10100001 | 1001000 | 1011011 | 0 | 110111 | 101011 | 100101 | 101011011 | 100110 | 101110 |
Color Harmonies of #A1485B
Complementary color
Monochromatic Colors of #A1485B
Black with #A1485B
Text Example
Text Example
White with #A1485B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1485B; }
p { color: rgb(161,72,91); }
H1.HeaderClassName
{
color: #A1485B;
}
.AnyTagClassName
{
color: #A1485B;
}
</style>
background-color css
<style>
a { background-color: #A1485B; }
a { background-color: rgb(161,72,91); }
div.DivClassName
{
background-color: #A1485B;
}
.BgClassName
{
background-color: #A1485B;
}
</style>
border-color css
<style>
span { border-color: #A1485B; }
span { border-color: rgb(161,72,91); }
td.TdClassName
{
border-color: #A1485B;
}
.TagClassName
{
border-color: #A1485B;
}
</style>