Shades of Hippie Pink #A64E65
Tints of Hippie Pink #A64E65
RGB
CMYK
RGB Variations
Color information
#A64E65 (or 0xA64E65) is known color: Hippie Pink. HEX triplet: A6, 4E and 65. RGB value is (166,78,101). Sum of RGB (Red+Green+Blue) = 166+78+101=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 166 - color contains mainly: red. Hex color #A64E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A64E65 is #59B19A. Grayscale: #6A6A6A. Windows color (decimal): -5878171 or 6639270. OLE color: 6639270.
HSL color Cylindrical-coordinate representation of color #A64E65: hue angle of 344.32º 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 #A64E65 is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 78 | 101 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.35 |
| HSL | 344.32º | 0.36% | 0.48% | - |
| HSV(B) | 344.32º | 0.53% | 0.65% | - |
| XYZ | 20.8 | 14.5 | 14.01 | - |
| YUV | 106.93 | 124.65 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 78 | 101 | 0 | 0.53 | 0.39 | 0.35 | 344.32 | 0.36 | 0.48 |
| Hex | A6 | 4E | 65 | 0 | 35 | 27 | 23 | 158 | 24 | 30 |
| Octal | 246 | 116 | 145 | 0 | 65 | 47 | 43 | 530 | 44 | 60 |
| Binary | 10100110 | 1001110 | 1100101 | 0 | 110101 | 100111 | 100011 | 101011000 | 100100 | 110000 |
Color Harmonies of #A64E65
Complementary color
Monochromatic Colors of #A64E65
Black with #A64E65
Text Example
Text Example
White with #A64E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64E65; }
p { color: rgb(166,78,101); }
H1.HeaderClassName
{
color: #A64E65;
}
.AnyTagClassName
{
color: #A64E65;
}
</style>
background-color css
<style>
a { background-color: #A64E65; }
a { background-color: rgb(166,78,101); }
div.DivClassName
{
background-color: #A64E65;
}
.BgClassName
{
background-color: #A64E65;
}
</style>
border-color css
<style>
span { border-color: #A64E65; }
span { border-color: rgb(166,78,101); }
td.TdClassName
{
border-color: #A64E65;
}
.TagClassName
{
border-color: #A64E65;
}
</style>