Shades of Hippie Pink #A24A53
Tints of Hippie Pink #A24A53
RGB
CMYK
RGB Variations
Color information
#A24A53 (or 0xA24A53) is known color: Hippie Pink. HEX triplet: A2, 4A and 53. RGB value is (162,74,83). Sum of RGB (Red+Green+Blue) = 162+74+83=319 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.78% from 319); Green value is 74 (29.30% from 255 or 23.20% from 319); Blue value is 83 (32.81% from 255 or 26.02% from 319); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24A53 is #5DB5AC. Grayscale: #656565. Windows color (decimal): -6141357 or 5458594. OLE color: 5458594.
HSL color Cylindrical-coordinate representation of color #A24A53: hue angle of 353.86º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A24A53 is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 74 | 83 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.36 |
| HSL | 353.86º | 0.37% | 0.46% | - |
| HSV(B) | 353.86º | 0.54% | 0.64% | - |
| XYZ | 18.91 | 13.2 | 9.74 | - |
| YUV | 101.34 | 117.65 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 74 | 83 | 0 | 0.54 | 0.49 | 0.36 | 353.86 | 0.37 | 0.46 |
| Hex | A2 | 4A | 53 | 0 | 36 | 31 | 24 | 162 | 25 | 2E |
| Octal | 242 | 112 | 123 | 0 | 66 | 61 | 44 | 542 | 45 | 56 |
| Binary | 10100010 | 1001010 | 1010011 | 0 | 110110 | 110001 | 100100 | 101100010 | 100101 | 101110 |
Color Harmonies of #A24A53
Complementary color
Monochromatic Colors of #A24A53
Black with #A24A53
Text Example
Text Example
White with #A24A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24A53; }
p { color: rgb(162,74,83); }
H1.HeaderClassName
{
color: #A24A53;
}
.AnyTagClassName
{
color: #A24A53;
}
</style>
background-color css
<style>
a { background-color: #A24A53; }
a { background-color: rgb(162,74,83); }
div.DivClassName
{
background-color: #A24A53;
}
.BgClassName
{
background-color: #A24A53;
}
</style>
border-color css
<style>
span { border-color: #A24A53; }
span { border-color: rgb(162,74,83); }
td.TdClassName
{
border-color: #A24A53;
}
.TagClassName
{
border-color: #A24A53;
}
</style>