Shades of Hippie Pink #A9465B
Tints of Hippie Pink #A9465B
RGB
CMYK
RGB Variations
Color information
#A9465B (or 0xA9465B) is known color: Hippie Pink. HEX triplet: A9, 46 and 5B. RGB value is (169,70,91). Sum of RGB (Red+Green+Blue) = 169+70+91=330 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.21% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 169 - color contains mainly: red. Hex color #A9465B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9465B is #56B9A4. Grayscale: #666666. Windows color (decimal): -5683621 or 5981865. OLE color: 5981865.
HSL color Cylindrical-coordinate representation of color #A9465B: hue angle of 347.27º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A9465B is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 70 | 91 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.34 |
| HSL | 347.27º | 0.41% | 0.47% | - |
| HSV(B) | 347.27º | 0.59% | 0.66% | - |
| XYZ | 20.44 | 13.57 | 11.44 | - |
| YUV | 102 | 121.8 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 70 | 91 | 0 | 0.59 | 0.46 | 0.34 | 347.27 | 0.41 | 0.47 |
| Hex | A9 | 46 | 5B | 0 | 3B | 2E | 22 | 15B | 29 | 2F |
| Octal | 251 | 106 | 133 | 0 | 73 | 56 | 42 | 533 | 51 | 57 |
| Binary | 10101001 | 1000110 | 1011011 | 0 | 111011 | 101110 | 100010 | 101011011 | 101001 | 101111 |
Color Harmonies of #A9465B
Complementary color
Monochromatic Colors of #A9465B
Black with #A9465B
Text Example
Text Example
White with #A9465B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9465B; }
p { color: rgb(169,70,91); }
H1.HeaderClassName
{
color: #A9465B;
}
.AnyTagClassName
{
color: #A9465B;
}
</style>
background-color css
<style>
a { background-color: #A9465B; }
a { background-color: rgb(169,70,91); }
div.DivClassName
{
background-color: #A9465B;
}
.BgClassName
{
background-color: #A9465B;
}
</style>
border-color css
<style>
span { border-color: #A9465B; }
span { border-color: rgb(169,70,91); }
td.TdClassName
{
border-color: #A9465B;
}
.TagClassName
{
border-color: #A9465B;
}
</style>