Shades of Hippie Pink #A85564
Tints of Hippie Pink #A85564
RGB
CMYK
RGB Variations
Color information
#A85564 (or 0xA85564) is known color: Hippie Pink. HEX triplet: A8, 55 and 64. RGB value is (168,85,100). Sum of RGB (Red+Green+Blue) = 168+85+100=353 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.59% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 168 - color contains mainly: red. Hex color #A85564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85564 is #57AA9B. Grayscale: #6F6F6F. Windows color (decimal): -5745308 or 6575528. OLE color: 6575528.
HSL color Cylindrical-coordinate representation of color #A85564: hue angle of 349.16º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A85564 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 85 | 100 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.34 |
| HSL | 349.16º | 0.33% | 0.5% | - |
| HSV(B) | 349.16º | 0.49% | 0.66% | - |
| XYZ | 21.7 | 15.74 | 13.95 | - |
| YUV | 111.53 | 121.5 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 85 | 100 | 0 | 0.49 | 0.40 | 0.34 | 349.16 | 0.33 | 0.5 |
| Hex | A8 | 55 | 64 | 0 | 31 | 28 | 22 | 15D | 21 | 32 |
| Octal | 250 | 125 | 144 | 0 | 61 | 50 | 42 | 535 | 41 | 62 |
| Binary | 10101000 | 1010101 | 1100100 | 0 | 110001 | 101000 | 100010 | 101011101 | 100001 | 110010 |
Color Harmonies of #A85564
Complementary color
Monochromatic Colors of #A85564
Black with #A85564
Text Example
Text Example
White with #A85564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85564; }
p { color: rgb(168,85,100); }
H1.HeaderClassName
{
color: #A85564;
}
.AnyTagClassName
{
color: #A85564;
}
</style>
background-color css
<style>
a { background-color: #A85564; }
a { background-color: rgb(168,85,100); }
div.DivClassName
{
background-color: #A85564;
}
.BgClassName
{
background-color: #A85564;
}
</style>
border-color css
<style>
span { border-color: #A85564; }
span { border-color: rgb(168,85,100); }
td.TdClassName
{
border-color: #A85564;
}
.TagClassName
{
border-color: #A85564;
}
</style>