Shades of Hippie Pink #A34A56
Tints of Hippie Pink #A34A56
RGB
CMYK
RGB Variations
Color information
#A34A56 (or 0xA34A56) is known color: Hippie Pink. HEX triplet: A3, 4A and 56. RGB value is (163,74,86). Sum of RGB (Red+Green+Blue) = 163+74+86=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 86 (33.98% from 255 or 26.63% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A34A56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34A56 is #5CB5A9. Grayscale: #666666. Windows color (decimal): -6075818 or 5655203. OLE color: 5655203.
HSL color Cylindrical-coordinate representation of color #A34A56: hue angle of 351.91º 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 #A34A56 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 74 | 86 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.36 |
| HSL | 351.91º | 0.38% | 0.46% | - |
| HSV(B) | 351.91º | 0.55% | 0.64% | - |
| XYZ | 19.23 | 13.36 | 10.37 | - |
| YUV | 101.98 | 118.99 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 74 | 86 | 0 | 0.55 | 0.47 | 0.36 | 351.91 | 0.38 | 0.46 |
| Hex | A3 | 4A | 56 | 0 | 37 | 2F | 24 | 160 | 26 | 2E |
| Octal | 243 | 112 | 126 | 0 | 67 | 57 | 44 | 540 | 46 | 56 |
| Binary | 10100011 | 1001010 | 1010110 | 0 | 110111 | 101111 | 100100 | 101100000 | 100110 | 101110 |
Color Harmonies of #A34A56
Complementary color
Monochromatic Colors of #A34A56
Black with #A34A56
Text Example
Text Example
White with #A34A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34A56; }
p { color: rgb(163,74,86); }
H1.HeaderClassName
{
color: #A34A56;
}
.AnyTagClassName
{
color: #A34A56;
}
</style>
background-color css
<style>
a { background-color: #A34A56; }
a { background-color: rgb(163,74,86); }
div.DivClassName
{
background-color: #A34A56;
}
.BgClassName
{
background-color: #A34A56;
}
</style>
border-color css
<style>
span { border-color: #A34A56; }
span { border-color: rgb(163,74,86); }
td.TdClassName
{
border-color: #A34A56;
}
.TagClassName
{
border-color: #A34A56;
}
</style>