Shades of Hippie Pink #A84558
Tints of Hippie Pink #A84558
RGB
CMYK
RGB Variations
Color information
#A84558 (or 0xA84558) is known color: Hippie Pink. HEX triplet: A8, 45 and 58. RGB value is (168,69,88). Sum of RGB (Red+Green+Blue) = 168+69+88=325 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.69% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 168 - color contains mainly: red. Hex color #A84558 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84558 is #57BAA7. Grayscale: #646464. Windows color (decimal): -5749416 or 5785000. OLE color: 5785000.
HSL color Cylindrical-coordinate representation of color #A84558: hue angle of 348.48º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A84558 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 69 | 88 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.34 |
| HSL | 348.48º | 0.42% | 0.46% | - |
| HSV(B) | 348.48º | 0.59% | 0.66% | - |
| XYZ | 20.04 | 13.29 | 10.74 | - |
| YUV | 100.77 | 120.8 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 88 | 0 | 0.59 | 0.48 | 0.34 | 348.48 | 0.42 | 0.46 |
| Hex | A8 | 45 | 58 | 0 | 3B | 30 | 22 | 15C | 2A | 2E |
| Octal | 250 | 105 | 130 | 0 | 73 | 60 | 42 | 534 | 52 | 56 |
| Binary | 10101000 | 1000101 | 1011000 | 0 | 111011 | 110000 | 100010 | 101011100 | 101010 | 101110 |
Color Harmonies of #A84558
Complementary color
Monochromatic Colors of #A84558
Black with #A84558
Text Example
Text Example
White with #A84558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84558; }
p { color: rgb(168,69,88); }
H1.HeaderClassName
{
color: #A84558;
}
.AnyTagClassName
{
color: #A84558;
}
</style>
background-color css
<style>
a { background-color: #A84558; }
a { background-color: rgb(168,69,88); }
div.DivClassName
{
background-color: #A84558;
}
.BgClassName
{
background-color: #A84558;
}
</style>
border-color css
<style>
span { border-color: #A84558; }
span { border-color: rgb(168,69,88); }
td.TdClassName
{
border-color: #A84558;
}
.TagClassName
{
border-color: #A84558;
}
</style>