Shades of Hippie Pink #A75465
Tints of Hippie Pink #A75465
RGB
CMYK
RGB Variations
Color information
#A75465 (or 0xA75465) is known color: Hippie Pink. HEX triplet: A7, 54 and 65. RGB value is (167,84,101). Sum of RGB (Red+Green+Blue) = 167+84+101=352 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.44% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 101 (39.84% from 255 or 28.69% from 352); Max value from RGB is 167 - color contains mainly: red. Hex color #A75465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75465 is #58AB9A. Grayscale: #6E6E6E. Windows color (decimal): -5811099 or 6640807. OLE color: 6640807.
HSL color Cylindrical-coordinate representation of color #A75465: hue angle of 347.71º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A75465 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 84 | 101 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.35 |
| HSL | 347.71º | 0.33% | 0.49% | - |
| HSV(B) | 347.71º | 0.5% | 0.65% | - |
| XYZ | 21.46 | 15.5 | 14.17 | - |
| YUV | 110.76 | 122.5 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 84 | 101 | 0 | 0.50 | 0.40 | 0.35 | 347.71 | 0.33 | 0.49 |
| Hex | A7 | 54 | 65 | 0 | 32 | 28 | 23 | 15C | 21 | 31 |
| Octal | 247 | 124 | 145 | 0 | 62 | 50 | 43 | 534 | 41 | 61 |
| Binary | 10100111 | 1010100 | 1100101 | 0 | 110010 | 101000 | 100011 | 101011100 | 100001 | 110001 |
Color Harmonies of #A75465
Complementary color
Monochromatic Colors of #A75465
Black with #A75465
Text Example
Text Example
White with #A75465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75465; }
p { color: rgb(167,84,101); }
H1.HeaderClassName
{
color: #A75465;
}
.AnyTagClassName
{
color: #A75465;
}
</style>
background-color css
<style>
a { background-color: #A75465; }
a { background-color: rgb(167,84,101); }
div.DivClassName
{
background-color: #A75465;
}
.BgClassName
{
background-color: #A75465;
}
</style>
border-color css
<style>
span { border-color: #A75465; }
span { border-color: rgb(167,84,101); }
td.TdClassName
{
border-color: #A75465;
}
.TagClassName
{
border-color: #A75465;
}
</style>