Shades of Hippie Pink #A34A54
Tints of Hippie Pink #A34A54
RGB
CMYK
RGB Variations
Color information
#A34A54 (or 0xA34A54) is known color: Hippie Pink. HEX triplet: A3, 4A and 54. RGB value is (163,74,84). Sum of RGB (Red+Green+Blue) = 163+74+84=321 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.78% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 84 (33.20% from 255 or 26.17% from 321); Max value from RGB is 163 - color contains mainly: red. Hex color #A34A54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34A54 is #5CB5AB. Grayscale: #656565. Windows color (decimal): -6075820 or 5524131. OLE color: 5524131.
HSL color Cylindrical-coordinate representation of color #A34A54: hue angle of 353.26º 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 #A34A54 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 74 | 84 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.36 |
| HSL | 353.26º | 0.38% | 0.46% | - |
| HSV(B) | 353.26º | 0.55% | 0.64% | - |
| XYZ | 19.15 | 13.32 | 9.95 | - |
| YUV | 101.75 | 117.99 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 74 | 84 | 0 | 0.55 | 0.48 | 0.36 | 353.26 | 0.38 | 0.46 |
| Hex | A3 | 4A | 54 | 0 | 37 | 30 | 24 | 161 | 26 | 2E |
| Octal | 243 | 112 | 124 | 0 | 67 | 60 | 44 | 541 | 46 | 56 |
| Binary | 10100011 | 1001010 | 1010100 | 0 | 110111 | 110000 | 100100 | 101100001 | 100110 | 101110 |
Color Harmonies of #A34A54
Complementary color
Monochromatic Colors of #A34A54
Black with #A34A54
Text Example
Text Example
White with #A34A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34A54; }
p { color: rgb(163,74,84); }
H1.HeaderClassName
{
color: #A34A54;
}
.AnyTagClassName
{
color: #A34A54;
}
</style>
background-color css
<style>
a { background-color: #A34A54; }
a { background-color: rgb(163,74,84); }
div.DivClassName
{
background-color: #A34A54;
}
.BgClassName
{
background-color: #A34A54;
}
</style>
border-color css
<style>
span { border-color: #A34A54; }
span { border-color: rgb(163,74,84); }
td.TdClassName
{
border-color: #A34A54;
}
.TagClassName
{
border-color: #A34A54;
}
</style>