Shades of Hippie Pink #A65264
Tints of Hippie Pink #A65264
RGB
CMYK
RGB Variations
Color information
#A65264 (or 0xA65264) is known color: Hippie Pink. HEX triplet: A6, 52 and 64. RGB value is (166,82,100). Sum of RGB (Red+Green+Blue) = 166+82+100=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 166 - color contains mainly: red. Hex color #A65264 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65264 is #59AD9B. Grayscale: #6D6D6D. Windows color (decimal): -5877148 or 6574758. OLE color: 6574758.
HSL color Cylindrical-coordinate representation of color #A65264: hue angle of 347.14º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A65264 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 82 | 100 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.35 |
| HSL | 347.14º | 0.34% | 0.49% | - |
| HSV(B) | 347.14º | 0.51% | 0.65% | - |
| XYZ | 21.04 | 15.06 | 13.85 | - |
| YUV | 109.17 | 122.83 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 82 | 100 | 0 | 0.51 | 0.40 | 0.35 | 347.14 | 0.34 | 0.49 |
| Hex | A6 | 52 | 64 | 0 | 33 | 28 | 23 | 15B | 22 | 31 |
| Octal | 246 | 122 | 144 | 0 | 63 | 50 | 43 | 533 | 42 | 61 |
| Binary | 10100110 | 1010010 | 1100100 | 0 | 110011 | 101000 | 100011 | 101011011 | 100010 | 110001 |
Color Harmonies of #A65264
Complementary color
Monochromatic Colors of #A65264
Black with #A65264
Text Example
Text Example
White with #A65264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65264; }
p { color: rgb(166,82,100); }
H1.HeaderClassName
{
color: #A65264;
}
.AnyTagClassName
{
color: #A65264;
}
</style>
background-color css
<style>
a { background-color: #A65264; }
a { background-color: rgb(166,82,100); }
div.DivClassName
{
background-color: #A65264;
}
.BgClassName
{
background-color: #A65264;
}
</style>
border-color css
<style>
span { border-color: #A65264; }
span { border-color: rgb(166,82,100); }
td.TdClassName
{
border-color: #A65264;
}
.TagClassName
{
border-color: #A65264;
}
</style>