Shades of Hippie Pink #A64E5A
Tints of Hippie Pink #A64E5A
RGB
CMYK
RGB Variations
Color information
#A64E5A (or 0xA64E5A) is known color: Hippie Pink. HEX triplet: A6, 4E and 5A. RGB value is (166,78,90). Sum of RGB (Red+Green+Blue) = 166+78+90=334 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.70% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 166 - color contains mainly: red. Hex color #A64E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A64E5A is #59B1A5. Grayscale: #696969. Windows color (decimal): -5878182 or 5918374. OLE color: 5918374.
HSL color Cylindrical-coordinate representation of color #A64E5A: hue angle of 351.82º 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 #A64E5A is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 78 | 90 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.35 |
| HSL | 351.82º | 0.36% | 0.48% | - |
| HSV(B) | 351.82º | 0.53% | 0.65% | - |
| XYZ | 20.3 | 14.29 | 11.36 | - |
| YUV | 105.68 | 119.15 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 78 | 90 | 0 | 0.53 | 0.46 | 0.35 | 351.82 | 0.36 | 0.48 |
| Hex | A6 | 4E | 5A | 0 | 35 | 2E | 23 | 160 | 24 | 30 |
| Octal | 246 | 116 | 132 | 0 | 65 | 56 | 43 | 540 | 44 | 60 |
| Binary | 10100110 | 1001110 | 1011010 | 0 | 110101 | 101110 | 100011 | 101100000 | 100100 | 110000 |
Color Harmonies of #A64E5A
Complementary color
Monochromatic Colors of #A64E5A
Black with #A64E5A
Text Example
Text Example
White with #A64E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64E5A; }
p { color: rgb(166,78,90); }
H1.HeaderClassName
{
color: #A64E5A;
}
.AnyTagClassName
{
color: #A64E5A;
}
</style>
background-color css
<style>
a { background-color: #A64E5A; }
a { background-color: rgb(166,78,90); }
div.DivClassName
{
background-color: #A64E5A;
}
.BgClassName
{
background-color: #A64E5A;
}
</style>
border-color css
<style>
span { border-color: #A64E5A; }
span { border-color: rgb(166,78,90); }
td.TdClassName
{
border-color: #A64E5A;
}
.TagClassName
{
border-color: #A64E5A;
}
</style>