Shades of Hippie Pink #A25062
Tints of Hippie Pink #A25062
RGB
CMYK
RGB Variations
Color information
#A25062 (or 0xA25062) is known color: Hippie Pink. HEX triplet: A2, 50 and 62. RGB value is (162,80,98). Sum of RGB (Red+Green+Blue) = 162+80+98=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 98 (38.67% from 255 or 28.82% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A25062 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25062 is #5DAF9D. Grayscale: #6A6A6A. Windows color (decimal): -6139806 or 6443170. OLE color: 6443170.
HSL color Cylindrical-coordinate representation of color #A25062: hue angle of 346.83º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A25062 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 80 | 98 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.36 |
| HSL | 346.83º | 0.34% | 0.47% | - |
| HSV(B) | 346.83º | 0.51% | 0.64% | - |
| XYZ | 19.97 | 14.3 | 13.26 | - |
| YUV | 106.57 | 123.17 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 80 | 98 | 0 | 0.51 | 0.40 | 0.36 | 346.83 | 0.34 | 0.47 |
| Hex | A2 | 50 | 62 | 0 | 33 | 28 | 24 | 15B | 22 | 2F |
| Octal | 242 | 120 | 142 | 0 | 63 | 50 | 44 | 533 | 42 | 57 |
| Binary | 10100010 | 1010000 | 1100010 | 0 | 110011 | 101000 | 100100 | 101011011 | 100010 | 101111 |
Color Harmonies of #A25062
Complementary color
Monochromatic Colors of #A25062
Black with #A25062
Text Example
Text Example
White with #A25062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25062; }
p { color: rgb(162,80,98); }
H1.HeaderClassName
{
color: #A25062;
}
.AnyTagClassName
{
color: #A25062;
}
</style>
background-color css
<style>
a { background-color: #A25062; }
a { background-color: rgb(162,80,98); }
div.DivClassName
{
background-color: #A25062;
}
.BgClassName
{
background-color: #A25062;
}
</style>
border-color css
<style>
span { border-color: #A25062; }
span { border-color: rgb(162,80,98); }
td.TdClassName
{
border-color: #A25062;
}
.TagClassName
{
border-color: #A25062;
}
</style>