Shades of Hippie Pink #A7455C
Tints of Hippie Pink #A7455C
RGB
CMYK
RGB Variations
Color information
#A7455C (or 0xA7455C) is known color: Hippie Pink. HEX triplet: A7, 45 and 5C. RGB value is (167,69,92). Sum of RGB (Red+Green+Blue) = 167+69+92=328 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.91% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 167 - color contains mainly: red. Hex color #A7455C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7455C is #58BAA3. Grayscale: #646464. Windows color (decimal): -5814948 or 6047143. OLE color: 6047143.
HSL color Cylindrical-coordinate representation of color #A7455C: hue angle of 345.92º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A7455C is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 69 | 92 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.35 |
| HSL | 345.92º | 0.42% | 0.46% | - |
| HSV(B) | 345.92º | 0.59% | 0.65% | - |
| XYZ | 20 | 13.24 | 11.63 | - |
| YUV | 100.92 | 122.97 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 69 | 92 | 0 | 0.59 | 0.45 | 0.35 | 345.92 | 0.42 | 0.46 |
| Hex | A7 | 45 | 5C | 0 | 3B | 2D | 23 | 15A | 2A | 2E |
| Octal | 247 | 105 | 134 | 0 | 73 | 55 | 43 | 532 | 52 | 56 |
| Binary | 10100111 | 1000101 | 1011100 | 0 | 111011 | 101101 | 100011 | 101011010 | 101010 | 101110 |
Color Harmonies of #A7455C
Complementary color
Monochromatic Colors of #A7455C
Black with #A7455C
Text Example
Text Example
White with #A7455C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7455C; }
p { color: rgb(167,69,92); }
H1.HeaderClassName
{
color: #A7455C;
}
.AnyTagClassName
{
color: #A7455C;
}
</style>
background-color css
<style>
a { background-color: #A7455C; }
a { background-color: rgb(167,69,92); }
div.DivClassName
{
background-color: #A7455C;
}
.BgClassName
{
background-color: #A7455C;
}
</style>
border-color css
<style>
span { border-color: #A7455C; }
span { border-color: rgb(167,69,92); }
td.TdClassName
{
border-color: #A7455C;
}
.TagClassName
{
border-color: #A7455C;
}
</style>