Shades of Hippie Pink #A25B5E
Tints of Hippie Pink #A25B5E
RGB
CMYK
RGB Variations
Color information
#A25B5E (or 0xA25B5E) is known color: Hippie Pink. HEX triplet: A2, 5B and 5E. RGB value is (162,91,94). Sum of RGB (Red+Green+Blue) = 162+91+94=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 91 (35.94% from 255 or 26.22% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25B5E is #5DA4A1. Grayscale: #707070. Windows color (decimal): -6136994 or 6183842. OLE color: 6183842.
HSL color Cylindrical-coordinate representation of color #A25B5E: hue angle of 357.46º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A25B5E is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 91 | 94 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.36 |
| HSL | 357.46º | 0.28% | 0.5% | - |
| HSV(B) | 357.46º | 0.44% | 0.64% | - |
| XYZ | 20.66 | 15.97 | 12.58 | - |
| YUV | 112.57 | 117.52 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 91 | 94 | 0 | 0.44 | 0.42 | 0.36 | 357.46 | 0.28 | 0.5 |
| Hex | A2 | 5B | 5E | 0 | 2C | 2A | 24 | 165 | 1C | 32 |
| Octal | 242 | 133 | 136 | 0 | 54 | 52 | 44 | 545 | 34 | 62 |
| Binary | 10100010 | 1011011 | 1011110 | 0 | 101100 | 101010 | 100100 | 101100101 | 11100 | 110010 |
Color Harmonies of #A25B5E
Complementary color
Monochromatic Colors of #A25B5E
Black with #A25B5E
Text Example
Text Example
White with #A25B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25B5E; }
p { color: rgb(162,91,94); }
H1.HeaderClassName
{
color: #A25B5E;
}
.AnyTagClassName
{
color: #A25B5E;
}
</style>
background-color css
<style>
a { background-color: #A25B5E; }
a { background-color: rgb(162,91,94); }
div.DivClassName
{
background-color: #A25B5E;
}
.BgClassName
{
background-color: #A25B5E;
}
</style>
border-color css
<style>
span { border-color: #A25B5E; }
span { border-color: rgb(162,91,94); }
td.TdClassName
{
border-color: #A25B5E;
}
.TagClassName
{
border-color: #A25B5E;
}
</style>