Shades of Hippie Pink #A75065
Tints of Hippie Pink #A75065
RGB
CMYK
RGB Variations
Color information
#A75065 (or 0xA75065) is known color: Hippie Pink. HEX triplet: A7, 50 and 65. RGB value is (167,80,101). Sum of RGB (Red+Green+Blue) = 167+80+101=348 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.99% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 167 - color contains mainly: red. Hex color #A75065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75065 is #58AF9A. Grayscale: #6C6C6C. Windows color (decimal): -5812123 or 6639783. OLE color: 6639783.
HSL color Cylindrical-coordinate representation of color #A75065: hue angle of 345.52º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A75065 is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 80 | 101 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.35 |
| HSL | 345.52º | 0.35% | 0.48% | - |
| HSV(B) | 345.52º | 0.52% | 0.65% | - |
| XYZ | 21.15 | 14.89 | 14.07 | - |
| YUV | 108.41 | 123.82 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 80 | 101 | 0 | 0.52 | 0.40 | 0.35 | 345.52 | 0.35 | 0.48 |
| Hex | A7 | 50 | 65 | 0 | 34 | 28 | 23 | 15A | 23 | 30 |
| Octal | 247 | 120 | 145 | 0 | 64 | 50 | 43 | 532 | 43 | 60 |
| Binary | 10100111 | 1010000 | 1100101 | 0 | 110100 | 101000 | 100011 | 101011010 | 100011 | 110000 |
Color Harmonies of #A75065
Complementary color
Monochromatic Colors of #A75065
Black with #A75065
Text Example
Text Example
White with #A75065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75065; }
p { color: rgb(167,80,101); }
H1.HeaderClassName
{
color: #A75065;
}
.AnyTagClassName
{
color: #A75065;
}
</style>
background-color css
<style>
a { background-color: #A75065; }
a { background-color: rgb(167,80,101); }
div.DivClassName
{
background-color: #A75065;
}
.BgClassName
{
background-color: #A75065;
}
</style>
border-color css
<style>
span { border-color: #A75065; }
span { border-color: rgb(167,80,101); }
td.TdClassName
{
border-color: #A75065;
}
.TagClassName
{
border-color: #A75065;
}
</style>