Shades of Hippie Pink #A34A4D
Tints of Hippie Pink #A34A4D
RGB
CMYK
RGB Variations
Color information
#A34A4D (or 0xA34A4D) is known color: Hippie Pink. HEX triplet: A3, 4A and 4D. RGB value is (163,74,77). Sum of RGB (Red+Green+Blue) = 163+74+77=314 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.91% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 163 - color contains mainly: red. Hex color #A34A4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34A4D is #5CB5B2. Grayscale: #656565. Windows color (decimal): -6075827 or 5065379. OLE color: 5065379.
HSL color Cylindrical-coordinate representation of color #A34A4D: hue angle of 357.98º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A34A4D is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 74 | 77 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.36 |
| HSL | 357.98º | 0.38% | 0.46% | - |
| HSV(B) | 357.98º | 0.55% | 0.64% | - |
| XYZ | 18.89 | 13.22 | 8.58 | - |
| YUV | 100.95 | 114.49 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 74 | 77 | 0 | 0.55 | 0.53 | 0.36 | 357.98 | 0.38 | 0.46 |
| Hex | A3 | 4A | 4D | 0 | 37 | 35 | 24 | 166 | 26 | 2E |
| Octal | 243 | 112 | 115 | 0 | 67 | 65 | 44 | 546 | 46 | 56 |
| Binary | 10100011 | 1001010 | 1001101 | 0 | 110111 | 110101 | 100100 | 101100110 | 100110 | 101110 |
Color Harmonies of #A34A4D
Complementary color
Monochromatic Colors of #A34A4D
Black with #A34A4D
Text Example
Text Example
White with #A34A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34A4D; }
p { color: rgb(163,74,77); }
H1.HeaderClassName
{
color: #A34A4D;
}
.AnyTagClassName
{
color: #A34A4D;
}
</style>
background-color css
<style>
a { background-color: #A34A4D; }
a { background-color: rgb(163,74,77); }
div.DivClassName
{
background-color: #A34A4D;
}
.BgClassName
{
background-color: #A34A4D;
}
</style>
border-color css
<style>
span { border-color: #A34A4D; }
span { border-color: rgb(163,74,77); }
td.TdClassName
{
border-color: #A34A4D;
}
.TagClassName
{
border-color: #A34A4D;
}
</style>