Shades of Hippie Pink #A85164
Tints of Hippie Pink #A85164
RGB
CMYK
RGB Variations
Color information
#A85164 (or 0xA85164) is known color: Hippie Pink. HEX triplet: A8, 51 and 64. RGB value is (168,81,100). Sum of RGB (Red+Green+Blue) = 168+81+100=349 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.14% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 100 (39.45% from 255 or 28.65% from 349); Max value from RGB is 168 - color contains mainly: red. Hex color #A85164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85164 is #57AE9B. Grayscale: #6D6D6D. Windows color (decimal): -5746332 or 6574504. OLE color: 6574504.
HSL color Cylindrical-coordinate representation of color #A85164: hue angle of 346.9º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A85164 is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 81 | 100 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.34 |
| HSL | 346.9º | 0.35% | 0.49% | - |
| HSV(B) | 346.9º | 0.52% | 0.66% | - |
| XYZ | 21.39 | 15.13 | 13.85 | - |
| YUV | 109.18 | 122.82 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 81 | 100 | 0 | 0.52 | 0.40 | 0.34 | 346.9 | 0.35 | 0.49 |
| Hex | A8 | 51 | 64 | 0 | 34 | 28 | 22 | 15B | 23 | 31 |
| Octal | 250 | 121 | 144 | 0 | 64 | 50 | 42 | 533 | 43 | 61 |
| Binary | 10101000 | 1010001 | 1100100 | 0 | 110100 | 101000 | 100010 | 101011011 | 100011 | 110001 |
Color Harmonies of #A85164
Complementary color
Monochromatic Colors of #A85164
Black with #A85164
Text Example
Text Example
White with #A85164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85164; }
p { color: rgb(168,81,100); }
H1.HeaderClassName
{
color: #A85164;
}
.AnyTagClassName
{
color: #A85164;
}
</style>
background-color css
<style>
a { background-color: #A85164; }
a { background-color: rgb(168,81,100); }
div.DivClassName
{
background-color: #A85164;
}
.BgClassName
{
background-color: #A85164;
}
</style>
border-color css
<style>
span { border-color: #A85164; }
span { border-color: rgb(168,81,100); }
td.TdClassName
{
border-color: #A85164;
}
.TagClassName
{
border-color: #A85164;
}
</style>