Shades of Hippie Pink #A5465B
Tints of Hippie Pink #A5465B
RGB
CMYK
RGB Variations
Color information
#A5465B (or 0xA5465B) is known color: Hippie Pink. HEX triplet: A5, 46 and 5B. RGB value is (165,70,91). Sum of RGB (Red+Green+Blue) = 165+70+91=326 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.61% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 165 - color contains mainly: red. Hex color #A5465B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5465B is #5AB9A4. Grayscale: #646464. Windows color (decimal): -5945765 or 5981861. OLE color: 5981861.
HSL color Cylindrical-coordinate representation of color #A5465B: hue angle of 346.74º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A5465B is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 70 | 91 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.35 |
| HSL | 346.74º | 0.4% | 0.46% | - |
| HSV(B) | 346.74º | 0.58% | 0.65% | - |
| XYZ | 19.6 | 13.13 | 11.4 | - |
| YUV | 100.8 | 122.47 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 70 | 91 | 0 | 0.58 | 0.45 | 0.35 | 346.74 | 0.4 | 0.46 |
| Hex | A5 | 46 | 5B | 0 | 3A | 2D | 23 | 15B | 28 | 2E |
| Octal | 245 | 106 | 133 | 0 | 72 | 55 | 43 | 533 | 50 | 56 |
| Binary | 10100101 | 1000110 | 1011011 | 0 | 111010 | 101101 | 100011 | 101011011 | 101000 | 101110 |
Color Harmonies of #A5465B
Complementary color
Monochromatic Colors of #A5465B
Black with #A5465B
Text Example
Text Example
White with #A5465B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5465B; }
p { color: rgb(165,70,91); }
H1.HeaderClassName
{
color: #A5465B;
}
.AnyTagClassName
{
color: #A5465B;
}
</style>
background-color css
<style>
a { background-color: #A5465B; }
a { background-color: rgb(165,70,91); }
div.DivClassName
{
background-color: #A5465B;
}
.BgClassName
{
background-color: #A5465B;
}
</style>
border-color css
<style>
span { border-color: #A5465B; }
span { border-color: rgb(165,70,91); }
td.TdClassName
{
border-color: #A5465B;
}
.TagClassName
{
border-color: #A5465B;
}
</style>