Shades of Hippie Pink #A0495B
Tints of Hippie Pink #A0495B
RGB
CMYK
RGB Variations
Color information
#A0495B (or 0xA0495B) is known color: Hippie Pink. HEX triplet: A0, 49 and 5B. RGB value is (160,73,91). Sum of RGB (Red+Green+Blue) = 160+73+91=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A0495B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0495B is #5FB6A4. Grayscale: #656565. Windows color (decimal): -6272677 or 5982624. OLE color: 5982624.
HSL color Cylindrical-coordinate representation of color #A0495B: hue angle of 347.59º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A0495B is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 73 | 91 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.37 |
| HSL | 347.59º | 0.37% | 0.46% | - |
| HSV(B) | 347.59º | 0.54% | 0.63% | - |
| XYZ | 18.77 | 12.99 | 11.42 | - |
| YUV | 101.07 | 122.32 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 73 | 91 | 0 | 0.54 | 0.43 | 0.37 | 347.59 | 0.37 | 0.46 |
| Hex | A0 | 49 | 5B | 0 | 36 | 2B | 25 | 15C | 25 | 2E |
| Octal | 240 | 111 | 133 | 0 | 66 | 53 | 45 | 534 | 45 | 56 |
| Binary | 10100000 | 1001001 | 1011011 | 0 | 110110 | 101011 | 100101 | 101011100 | 100101 | 101110 |
Color Harmonies of #A0495B
Complementary color
Monochromatic Colors of #A0495B
Black with #A0495B
Text Example
Text Example
White with #A0495B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0495B; }
p { color: rgb(160,73,91); }
H1.HeaderClassName
{
color: #A0495B;
}
.AnyTagClassName
{
color: #A0495B;
}
</style>
background-color css
<style>
a { background-color: #A0495B; }
a { background-color: rgb(160,73,91); }
div.DivClassName
{
background-color: #A0495B;
}
.BgClassName
{
background-color: #A0495B;
}
</style>
border-color css
<style>
span { border-color: #A0495B; }
span { border-color: rgb(160,73,91); }
td.TdClassName
{
border-color: #A0495B;
}
.TagClassName
{
border-color: #A0495B;
}
</style>