Shades of Hippie Pink #A34F5B
Tints of Hippie Pink #A34F5B
RGB
CMYK
RGB Variations
Color information
#A34F5B (or 0xA34F5B) is known color: Hippie Pink. HEX triplet: A3, 4F and 5B. RGB value is (163,79,91). Sum of RGB (Red+Green+Blue) = 163+79+91=333 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.95% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 163 - color contains mainly: red. Hex color #A34F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A34F5B is #5CB0A4. Grayscale: #696969. Windows color (decimal): -6074533 or 5984163. OLE color: 5984163.
HSL color Cylindrical-coordinate representation of color #A34F5B: hue angle of 351.43º 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 #A34F5B is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 79 | 91 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.36 |
| HSL | 351.43º | 0.35% | 0.47% | - |
| HSV(B) | 351.43º | 0.52% | 0.64% | - |
| XYZ | 19.79 | 14.13 | 11.58 | - |
| YUV | 105.48 | 119.83 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 79 | 91 | 0 | 0.52 | 0.44 | 0.36 | 351.43 | 0.35 | 0.47 |
| Hex | A3 | 4F | 5B | 0 | 34 | 2C | 24 | 15F | 23 | 2F |
| Octal | 243 | 117 | 133 | 0 | 64 | 54 | 44 | 537 | 43 | 57 |
| Binary | 10100011 | 1001111 | 1011011 | 0 | 110100 | 101100 | 100100 | 101011111 | 100011 | 101111 |
Color Harmonies of #A34F5B
Complementary color
Monochromatic Colors of #A34F5B
Black with #A34F5B
Text Example
Text Example
White with #A34F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34F5B; }
p { color: rgb(163,79,91); }
H1.HeaderClassName
{
color: #A34F5B;
}
.AnyTagClassName
{
color: #A34F5B;
}
</style>
background-color css
<style>
a { background-color: #A34F5B; }
a { background-color: rgb(163,79,91); }
div.DivClassName
{
background-color: #A34F5B;
}
.BgClassName
{
background-color: #A34F5B;
}
</style>
border-color css
<style>
span { border-color: #A34F5B; }
span { border-color: rgb(163,79,91); }
td.TdClassName
{
border-color: #A34F5B;
}
.TagClassName
{
border-color: #A34F5B;
}
</style>