Shades of Hippie Pink #A64E5E
Tints of Hippie Pink #A64E5E
RGB
CMYK
RGB Variations
Color information
#A64E5E (or 0xA64E5E) is known color: Hippie Pink. HEX triplet: A6, 4E and 5E. RGB value is (166,78,94). Sum of RGB (Red+Green+Blue) = 166+78+94=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 166 - color contains mainly: red. Hex color #A64E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A64E5E is #59B1A1. Grayscale: #6A6A6A. Windows color (decimal): -5878178 or 6180518. OLE color: 6180518.
HSL color Cylindrical-coordinate representation of color #A64E5E: hue angle of 349.09º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A64E5E is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 78 | 94 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.35 |
| HSL | 349.09º | 0.36% | 0.48% | - |
| HSV(B) | 349.09º | 0.53% | 0.65% | - |
| XYZ | 20.47 | 14.36 | 12.28 | - |
| YUV | 106.14 | 121.15 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 78 | 94 | 0 | 0.53 | 0.43 | 0.35 | 349.09 | 0.36 | 0.48 |
| Hex | A6 | 4E | 5E | 0 | 35 | 2B | 23 | 15D | 24 | 30 |
| Octal | 246 | 116 | 136 | 0 | 65 | 53 | 43 | 535 | 44 | 60 |
| Binary | 10100110 | 1001110 | 1011110 | 0 | 110101 | 101011 | 100011 | 101011101 | 100100 | 110000 |
Color Harmonies of #A64E5E
Complementary color
Monochromatic Colors of #A64E5E
Black with #A64E5E
Text Example
Text Example
White with #A64E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64E5E; }
p { color: rgb(166,78,94); }
H1.HeaderClassName
{
color: #A64E5E;
}
.AnyTagClassName
{
color: #A64E5E;
}
</style>
background-color css
<style>
a { background-color: #A64E5E; }
a { background-color: rgb(166,78,94); }
div.DivClassName
{
background-color: #A64E5E;
}
.BgClassName
{
background-color: #A64E5E;
}
</style>
border-color css
<style>
span { border-color: #A64E5E; }
span { border-color: rgb(166,78,94); }
td.TdClassName
{
border-color: #A64E5E;
}
.TagClassName
{
border-color: #A64E5E;
}
</style>