Shades of Hippie Pink #A64861
Tints of Hippie Pink #A64861
RGB
CMYK
RGB Variations
Color information
#A64861 (or 0xA64861) is known color: Hippie Pink. HEX triplet: A6, 48 and 61. RGB value is (166,72,97). Sum of RGB (Red+Green+Blue) = 166+72+97=335 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.55% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 166 - color contains mainly: red. Hex color #A64861 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64861 is #59B79E. Grayscale: #666666. Windows color (decimal): -5879711 or 6375590. OLE color: 6375590.
HSL color Cylindrical-coordinate representation of color #A64861: hue angle of 344.04º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A64861 is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 72 | 97 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.35 |
| HSL | 344.04º | 0.39% | 0.47% | - |
| HSV(B) | 344.04º | 0.57% | 0.65% | - |
| XYZ | 20.2 | 13.6 | 12.87 | - |
| YUV | 102.96 | 124.64 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 72 | 97 | 0 | 0.57 | 0.42 | 0.35 | 344.04 | 0.39 | 0.47 |
| Hex | A6 | 48 | 61 | 0 | 39 | 2A | 23 | 158 | 27 | 2F |
| Octal | 246 | 110 | 141 | 0 | 71 | 52 | 43 | 530 | 47 | 57 |
| Binary | 10100110 | 1001000 | 1100001 | 0 | 111001 | 101010 | 100011 | 101011000 | 100111 | 101111 |
Color Harmonies of #A64861
Complementary color
Monochromatic Colors of #A64861
Black with #A64861
Text Example
Text Example
White with #A64861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64861; }
p { color: rgb(166,72,97); }
H1.HeaderClassName
{
color: #A64861;
}
.AnyTagClassName
{
color: #A64861;
}
</style>
background-color css
<style>
a { background-color: #A64861; }
a { background-color: rgb(166,72,97); }
div.DivClassName
{
background-color: #A64861;
}
.BgClassName
{
background-color: #A64861;
}
</style>
border-color css
<style>
span { border-color: #A64861; }
span { border-color: rgb(166,72,97); }
td.TdClassName
{
border-color: #A64861;
}
.TagClassName
{
border-color: #A64861;
}
</style>