Shades of Hippie Pink #A2495B
Tints of Hippie Pink #A2495B
RGB
CMYK
RGB Variations
Color information
#A2495B (or 0xA2495B) is known color: Hippie Pink. HEX triplet: A2, 49 and 5B. RGB value is (162,73,91). Sum of RGB (Red+Green+Blue) = 162+73+91=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A2495B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2495B is #5DB6A4. Grayscale: #656565. Windows color (decimal): -6141605 or 5982626. OLE color: 5982626.
HSL color Cylindrical-coordinate representation of color #A2495B: hue angle of 347.87º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A2495B is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 73 | 91 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.36 |
| HSL | 347.87º | 0.38% | 0.46% | - |
| HSV(B) | 347.87º | 0.55% | 0.64% | - |
| XYZ | 19.17 | 13.2 | 11.44 | - |
| YUV | 101.66 | 121.99 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 73 | 91 | 0 | 0.55 | 0.44 | 0.36 | 347.87 | 0.38 | 0.46 |
| Hex | A2 | 49 | 5B | 0 | 37 | 2C | 24 | 15C | 26 | 2E |
| Octal | 242 | 111 | 133 | 0 | 67 | 54 | 44 | 534 | 46 | 56 |
| Binary | 10100010 | 1001001 | 1011011 | 0 | 110111 | 101100 | 100100 | 101011100 | 100110 | 101110 |
Color Harmonies of #A2495B
Complementary color
Monochromatic Colors of #A2495B
Black with #A2495B
Text Example
Text Example
White with #A2495B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2495B; }
p { color: rgb(162,73,91); }
H1.HeaderClassName
{
color: #A2495B;
}
.AnyTagClassName
{
color: #A2495B;
}
</style>
background-color css
<style>
a { background-color: #A2495B; }
a { background-color: rgb(162,73,91); }
div.DivClassName
{
background-color: #A2495B;
}
.BgClassName
{
background-color: #A2495B;
}
</style>
border-color css
<style>
span { border-color: #A2495B; }
span { border-color: rgb(162,73,91); }
td.TdClassName
{
border-color: #A2495B;
}
.TagClassName
{
border-color: #A2495B;
}
</style>