Shades of Hippie Pink #A25060
Tints of Hippie Pink #A25060
RGB
CMYK
RGB Variations
Color information
#A25060 (or 0xA25060) is known color: Hippie Pink. HEX triplet: A2, 50 and 60. RGB value is (162,80,96). Sum of RGB (Red+Green+Blue) = 162+80+96=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A25060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25060 is #5DAF9F. Grayscale: #6A6A6A. Windows color (decimal): -6139808 or 6312098. OLE color: 6312098.
HSL color Cylindrical-coordinate representation of color #A25060: hue angle of 348.29º 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 #A25060 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 80 | 96 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.36 |
| HSL | 348.29º | 0.34% | 0.47% | - |
| HSV(B) | 348.29º | 0.51% | 0.64% | - |
| XYZ | 19.88 | 14.26 | 12.77 | - |
| YUV | 106.34 | 122.17 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 80 | 96 | 0 | 0.51 | 0.41 | 0.36 | 348.29 | 0.34 | 0.47 |
| Hex | A2 | 50 | 60 | 0 | 33 | 29 | 24 | 15C | 22 | 2F |
| Octal | 242 | 120 | 140 | 0 | 63 | 51 | 44 | 534 | 42 | 57 |
| Binary | 10100010 | 1010000 | 1100000 | 0 | 110011 | 101001 | 100100 | 101011100 | 100010 | 101111 |
Color Harmonies of #A25060
Complementary color
Monochromatic Colors of #A25060
Black with #A25060
Text Example
Text Example
White with #A25060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25060; }
p { color: rgb(162,80,96); }
H1.HeaderClassName
{
color: #A25060;
}
.AnyTagClassName
{
color: #A25060;
}
</style>
background-color css
<style>
a { background-color: #A25060; }
a { background-color: rgb(162,80,96); }
div.DivClassName
{
background-color: #A25060;
}
.BgClassName
{
background-color: #A25060;
}
</style>
border-color css
<style>
span { border-color: #A25060; }
span { border-color: rgb(162,80,96); }
td.TdClassName
{
border-color: #A25060;
}
.TagClassName
{
border-color: #A25060;
}
</style>