Shades of Hippie Pink #A74559
Tints of Hippie Pink #A74559
RGB
CMYK
RGB Variations
Color information
#A74559 (or 0xA74559) is known color: Hippie Pink. HEX triplet: A7, 45 and 59. RGB value is (167,69,89). Sum of RGB (Red+Green+Blue) = 167+69+89=325 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.38% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 89 (35.16% from 255 or 27.38% from 325); Max value from RGB is 167 - color contains mainly: red. Hex color #A74559 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74559 is #58BAA6. Grayscale: #646464. Windows color (decimal): -5814951 or 5850535. OLE color: 5850535.
HSL color Cylindrical-coordinate representation of color #A74559: hue angle of 347.76º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A74559 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 69 | 89 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.35 |
| HSL | 347.76º | 0.42% | 0.46% | - |
| HSV(B) | 347.76º | 0.59% | 0.65% | - |
| XYZ | 19.87 | 13.19 | 10.95 | - |
| YUV | 100.58 | 121.47 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 69 | 89 | 0 | 0.59 | 0.47 | 0.35 | 347.76 | 0.42 | 0.46 |
| Hex | A7 | 45 | 59 | 0 | 3B | 2F | 23 | 15C | 2A | 2E |
| Octal | 247 | 105 | 131 | 0 | 73 | 57 | 43 | 534 | 52 | 56 |
| Binary | 10100111 | 1000101 | 1011001 | 0 | 111011 | 101111 | 100011 | 101011100 | 101010 | 101110 |
Color Harmonies of #A74559
Complementary color
Monochromatic Colors of #A74559
Black with #A74559
Text Example
Text Example
White with #A74559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74559; }
p { color: rgb(167,69,89); }
H1.HeaderClassName
{
color: #A74559;
}
.AnyTagClassName
{
color: #A74559;
}
</style>
background-color css
<style>
a { background-color: #A74559; }
a { background-color: rgb(167,69,89); }
div.DivClassName
{
background-color: #A74559;
}
.BgClassName
{
background-color: #A74559;
}
</style>
border-color css
<style>
span { border-color: #A74559; }
span { border-color: rgb(167,69,89); }
td.TdClassName
{
border-color: #A74559;
}
.TagClassName
{
border-color: #A74559;
}
</style>