Shades of Hippie Pink #A25E60
Tints of Hippie Pink #A25E60
RGB
CMYK
RGB Variations
Color information
#A25E60 (or 0xA25E60) is known color: Hippie Pink. HEX triplet: A2, 5E and 60. RGB value is (162,94,96). Sum of RGB (Red+Green+Blue) = 162+94+96=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25E60 is #5DA19F. Grayscale: #727272. Windows color (decimal): -6136224 or 6315682. OLE color: 6315682.
HSL color Cylindrical-coordinate representation of color #A25E60: hue angle of 358.24º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A25E60 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 94 | 96 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.36 |
| HSL | 358.24º | 0.27% | 0.5% | - |
| HSV(B) | 358.24º | 0.42% | 0.64% | - |
| XYZ | 21.01 | 16.53 | 13.15 | - |
| YUV | 114.56 | 117.53 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 94 | 96 | 0 | 0.42 | 0.41 | 0.36 | 358.24 | 0.27 | 0.5 |
| Hex | A2 | 5E | 60 | 0 | 2A | 29 | 24 | 166 | 1B | 32 |
| Octal | 242 | 136 | 140 | 0 | 52 | 51 | 44 | 546 | 33 | 62 |
| Binary | 10100010 | 1011110 | 1100000 | 0 | 101010 | 101001 | 100100 | 101100110 | 11011 | 110010 |
Color Harmonies of #A25E60
Complementary color
Monochromatic Colors of #A25E60
Black with #A25E60
Text Example
Text Example
White with #A25E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25E60; }
p { color: rgb(162,94,96); }
H1.HeaderClassName
{
color: #A25E60;
}
.AnyTagClassName
{
color: #A25E60;
}
</style>
background-color css
<style>
a { background-color: #A25E60; }
a { background-color: rgb(162,94,96); }
div.DivClassName
{
background-color: #A25E60;
}
.BgClassName
{
background-color: #A25E60;
}
</style>
border-color css
<style>
span { border-color: #A25E60; }
span { border-color: rgb(162,94,96); }
td.TdClassName
{
border-color: #A25E60;
}
.TagClassName
{
border-color: #A25E60;
}
</style>