Shades of Hippie Pink #A3465E
Tints of Hippie Pink #A3465E
RGB
CMYK
RGB Variations
Color information
#A3465E (or 0xA3465E) is known color: Hippie Pink. HEX triplet: A3, 46 and 5E. RGB value is (163,70,94). Sum of RGB (Red+Green+Blue) = 163+70+94=327 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.85% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 163 - color contains mainly: red. Hex color #A3465E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3465E is #5CB9A1. Grayscale: #646464. Windows color (decimal): -6076834 or 6178467. OLE color: 6178467.
HSL color Cylindrical-coordinate representation of color #A3465E: hue angle of 344.52º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A3465E is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 70 | 94 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.36 |
| HSL | 344.52º | 0.4% | 0.46% | - |
| HSV(B) | 344.52º | 0.57% | 0.64% | - |
| XYZ | 19.31 | 12.98 | 12.08 | - |
| YUV | 100.54 | 124.31 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 70 | 94 | 0 | 0.57 | 0.42 | 0.36 | 344.52 | 0.4 | 0.46 |
| Hex | A3 | 46 | 5E | 0 | 39 | 2A | 24 | 159 | 28 | 2E |
| Octal | 243 | 106 | 136 | 0 | 71 | 52 | 44 | 531 | 50 | 56 |
| Binary | 10100011 | 1000110 | 1011110 | 0 | 111001 | 101010 | 100100 | 101011001 | 101000 | 101110 |
Color Harmonies of #A3465E
Complementary color
Monochromatic Colors of #A3465E
Black with #A3465E
Text Example
Text Example
White with #A3465E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3465E; }
p { color: rgb(163,70,94); }
H1.HeaderClassName
{
color: #A3465E;
}
.AnyTagClassName
{
color: #A3465E;
}
</style>
background-color css
<style>
a { background-color: #A3465E; }
a { background-color: rgb(163,70,94); }
div.DivClassName
{
background-color: #A3465E;
}
.BgClassName
{
background-color: #A3465E;
}
</style>
border-color css
<style>
span { border-color: #A3465E; }
span { border-color: rgb(163,70,94); }
td.TdClassName
{
border-color: #A3465E;
}
.TagClassName
{
border-color: #A3465E;
}
</style>