Shades of Hippie Pink #A14A5D
Tints of Hippie Pink #A14A5D
RGB
CMYK
RGB Variations
Color information
#A14A5D (or 0xA14A5D) is known color: Hippie Pink. HEX triplet: A1, 4A and 5D. RGB value is (161,74,93). Sum of RGB (Red+Green+Blue) = 161+74+93=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 161 - color contains mainly: red. Hex color #A14A5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14A5D is #5EB5A2. Grayscale: #666666. Windows color (decimal): -6206883 or 6113953. OLE color: 6113953.
HSL color Cylindrical-coordinate representation of color #A14A5D: hue angle of 346.9º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A14A5D is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 74 | 93 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.37 |
| HSL | 346.9º | 0.37% | 0.46% | - |
| HSV(B) | 346.9º | 0.54% | 0.63% | - |
| XYZ | 19.12 | 13.26 | 11.91 | - |
| YUV | 102.18 | 122.82 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 74 | 93 | 0 | 0.54 | 0.42 | 0.37 | 346.9 | 0.37 | 0.46 |
| Hex | A1 | 4A | 5D | 0 | 36 | 2A | 25 | 15B | 25 | 2E |
| Octal | 241 | 112 | 135 | 0 | 66 | 52 | 45 | 533 | 45 | 56 |
| Binary | 10100001 | 1001010 | 1011101 | 0 | 110110 | 101010 | 100101 | 101011011 | 100101 | 101110 |
Color Harmonies of #A14A5D
Complementary color
Monochromatic Colors of #A14A5D
Black with #A14A5D
Text Example
Text Example
White with #A14A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14A5D; }
p { color: rgb(161,74,93); }
H1.HeaderClassName
{
color: #A14A5D;
}
.AnyTagClassName
{
color: #A14A5D;
}
</style>
background-color css
<style>
a { background-color: #A14A5D; }
a { background-color: rgb(161,74,93); }
div.DivClassName
{
background-color: #A14A5D;
}
.BgClassName
{
background-color: #A14A5D;
}
</style>
border-color css
<style>
span { border-color: #A14A5D; }
span { border-color: rgb(161,74,93); }
td.TdClassName
{
border-color: #A14A5D;
}
.TagClassName
{
border-color: #A14A5D;
}
</style>