Shades of Hippie Pink #A25561
Tints of Hippie Pink #A25561
RGB
CMYK
RGB Variations
Color information
#A25561 (or 0xA25561) is known color: Hippie Pink. HEX triplet: A2, 55 and 61. RGB value is (162,85,97). Sum of RGB (Red+Green+Blue) = 162+85+97=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 97 (38.28% from 255 or 28.20% from 344); Max value from RGB is 162 - color contains mainly: red. Hex color #A25561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25561 is #5DAA9E. Grayscale: #6D6D6D. Windows color (decimal): -6138527 or 6378914. OLE color: 6378914.
HSL color Cylindrical-coordinate representation of color #A25561: hue angle of 350.65º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A25561 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 85 | 97 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.36 |
| HSL | 350.65º | 0.31% | 0.48% | - |
| HSV(B) | 350.65º | 0.48% | 0.64% | - |
| XYZ | 20.31 | 15.04 | 13.14 | - |
| YUV | 109.39 | 121.01 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 85 | 97 | 0 | 0.48 | 0.40 | 0.36 | 350.65 | 0.31 | 0.48 |
| Hex | A2 | 55 | 61 | 0 | 30 | 28 | 24 | 15F | 1F | 30 |
| Octal | 242 | 125 | 141 | 0 | 60 | 50 | 44 | 537 | 37 | 60 |
| Binary | 10100010 | 1010101 | 1100001 | 0 | 110000 | 101000 | 100100 | 101011111 | 11111 | 110000 |
Color Harmonies of #A25561
Complementary color
Monochromatic Colors of #A25561
Black with #A25561
Text Example
Text Example
White with #A25561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25561; }
p { color: rgb(162,85,97); }
H1.HeaderClassName
{
color: #A25561;
}
.AnyTagClassName
{
color: #A25561;
}
</style>
background-color css
<style>
a { background-color: #A25561; }
a { background-color: rgb(162,85,97); }
div.DivClassName
{
background-color: #A25561;
}
.BgClassName
{
background-color: #A25561;
}
</style>
border-color css
<style>
span { border-color: #A25561; }
span { border-color: rgb(162,85,97); }
td.TdClassName
{
border-color: #A25561;
}
.TagClassName
{
border-color: #A25561;
}
</style>