Shades of Hippie Pink #A64E5B
Tints of Hippie Pink #A64E5B
RGB
CMYK
RGB Variations
Color information
#A64E5B (or 0xA64E5B) is known color: Hippie Pink. HEX triplet: A6, 4E and 5B. RGB value is (166,78,91). Sum of RGB (Red+Green+Blue) = 166+78+91=335 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.55% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 166 - color contains mainly: red. Hex color #A64E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A64E5B is #59B1A4. Grayscale: #696969. Windows color (decimal): -5878181 or 5983910. OLE color: 5983910.
HSL color Cylindrical-coordinate representation of color #A64E5B: hue angle of 351.14º 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 #A64E5B is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 78 | 91 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.35 |
| HSL | 351.14º | 0.36% | 0.48% | - |
| HSV(B) | 351.14º | 0.53% | 0.65% | - |
| XYZ | 20.34 | 14.31 | 11.59 | - |
| YUV | 105.79 | 119.65 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 78 | 91 | 0 | 0.53 | 0.45 | 0.35 | 351.14 | 0.36 | 0.48 |
| Hex | A6 | 4E | 5B | 0 | 35 | 2D | 23 | 15F | 24 | 30 |
| Octal | 246 | 116 | 133 | 0 | 65 | 55 | 43 | 537 | 44 | 60 |
| Binary | 10100110 | 1001110 | 1011011 | 0 | 110101 | 101101 | 100011 | 101011111 | 100100 | 110000 |
Color Harmonies of #A64E5B
Complementary color
Monochromatic Colors of #A64E5B
Black with #A64E5B
Text Example
Text Example
White with #A64E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64E5B; }
p { color: rgb(166,78,91); }
H1.HeaderClassName
{
color: #A64E5B;
}
.AnyTagClassName
{
color: #A64E5B;
}
</style>
background-color css
<style>
a { background-color: #A64E5B; }
a { background-color: rgb(166,78,91); }
div.DivClassName
{
background-color: #A64E5B;
}
.BgClassName
{
background-color: #A64E5B;
}
</style>
border-color css
<style>
span { border-color: #A64E5B; }
span { border-color: rgb(166,78,91); }
td.TdClassName
{
border-color: #A64E5B;
}
.TagClassName
{
border-color: #A64E5B;
}
</style>