Shades of Hippie Pink #A2495D
Tints of Hippie Pink #A2495D
RGB
CMYK
RGB Variations
Color information
#A2495D (or 0xA2495D) is known color: Hippie Pink. HEX triplet: A2, 49 and 5D. RGB value is (162,73,93). Sum of RGB (Red+Green+Blue) = 162+73+93=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A2495D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2495D is #5DB6A2. Grayscale: #656565. Windows color (decimal): -6141603 or 6113698. OLE color: 6113698.
HSL color Cylindrical-coordinate representation of color #A2495D: hue angle of 346.52º 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 #A2495D is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 73 | 93 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.36 |
| HSL | 346.52º | 0.38% | 0.46% | - |
| HSV(B) | 346.52º | 0.55% | 0.64% | - |
| XYZ | 19.26 | 13.24 | 11.9 | - |
| YUV | 101.89 | 122.99 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 73 | 93 | 0 | 0.55 | 0.43 | 0.36 | 346.52 | 0.38 | 0.46 |
| Hex | A2 | 49 | 5D | 0 | 37 | 2B | 24 | 15B | 26 | 2E |
| Octal | 242 | 111 | 135 | 0 | 67 | 53 | 44 | 533 | 46 | 56 |
| Binary | 10100010 | 1001001 | 1011101 | 0 | 110111 | 101011 | 100100 | 101011011 | 100110 | 101110 |
Color Harmonies of #A2495D
Complementary color
Monochromatic Colors of #A2495D
Black with #A2495D
Text Example
Text Example
White with #A2495D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2495D; }
p { color: rgb(162,73,93); }
H1.HeaderClassName
{
color: #A2495D;
}
.AnyTagClassName
{
color: #A2495D;
}
</style>
background-color css
<style>
a { background-color: #A2495D; }
a { background-color: rgb(162,73,93); }
div.DivClassName
{
background-color: #A2495D;
}
.BgClassName
{
background-color: #A2495D;
}
</style>
border-color css
<style>
span { border-color: #A2495D; }
span { border-color: rgb(162,73,93); }
td.TdClassName
{
border-color: #A2495D;
}
.TagClassName
{
border-color: #A2495D;
}
</style>