Shades of Hippie Pink #A34E50
Tints of Hippie Pink #A34E50
RGB
CMYK
RGB Variations
Color information
#A34E50 (or 0xA34E50) is known color: Hippie Pink. HEX triplet: A3, 4E and 50. RGB value is (163,78,80). Sum of RGB (Red+Green+Blue) = 163+78+80=321 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.78% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 163 - color contains mainly: red. Hex color #A34E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A34E50 is #5CB1AF. Grayscale: #676767. Windows color (decimal): -6074800 or 5263011. OLE color: 5263011.
HSL color Cylindrical-coordinate representation of color #A34E50: hue angle of 358.59º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A34E50 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 78 | 80 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.36 |
| HSL | 358.59º | 0.35% | 0.47% | - |
| HSV(B) | 358.59º | 0.52% | 0.64% | - |
| XYZ | 19.28 | 13.81 | 9.24 | - |
| YUV | 103.64 | 114.66 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 78 | 80 | 0 | 0.52 | 0.51 | 0.36 | 358.59 | 0.35 | 0.47 |
| Hex | A3 | 4E | 50 | 0 | 34 | 33 | 24 | 167 | 23 | 2F |
| Octal | 243 | 116 | 120 | 0 | 64 | 63 | 44 | 547 | 43 | 57 |
| Binary | 10100011 | 1001110 | 1010000 | 0 | 110100 | 110011 | 100100 | 101100111 | 100011 | 101111 |
Color Harmonies of #A34E50
Complementary color
Monochromatic Colors of #A34E50
Black with #A34E50
Text Example
Text Example
White with #A34E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34E50; }
p { color: rgb(163,78,80); }
H1.HeaderClassName
{
color: #A34E50;
}
.AnyTagClassName
{
color: #A34E50;
}
</style>
background-color css
<style>
a { background-color: #A34E50; }
a { background-color: rgb(163,78,80); }
div.DivClassName
{
background-color: #A34E50;
}
.BgClassName
{
background-color: #A34E50;
}
</style>
border-color css
<style>
span { border-color: #A34E50; }
span { border-color: rgb(163,78,80); }
td.TdClassName
{
border-color: #A34E50;
}
.TagClassName
{
border-color: #A34E50;
}
</style>