Shades of Hippie Pink #A24B53
Tints of Hippie Pink #A24B53
RGB
CMYK
RGB Variations
Color information
#A24B53 (or 0xA24B53) is known color: Hippie Pink. HEX triplet: A2, 4B and 53. RGB value is (162,75,83). Sum of RGB (Red+Green+Blue) = 162+75+83=320 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.62% from 320); Green value is 75 (29.69% from 255 or 23.44% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24B53 is #5DB4AC. Grayscale: #656565. Windows color (decimal): -6141101 or 5458850. OLE color: 5458850.
HSL color Cylindrical-coordinate representation of color #A24B53: hue angle of 354.48º 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 #A24B53 is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 75 | 83 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.36 |
| HSL | 354.48º | 0.37% | 0.46% | - |
| HSV(B) | 354.48º | 0.54% | 0.64% | - |
| XYZ | 18.98 | 13.34 | 9.76 | - |
| YUV | 101.93 | 117.32 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 75 | 83 | 0 | 0.54 | 0.49 | 0.36 | 354.48 | 0.37 | 0.46 |
| Hex | A2 | 4B | 53 | 0 | 36 | 31 | 24 | 162 | 25 | 2E |
| Octal | 242 | 113 | 123 | 0 | 66 | 61 | 44 | 542 | 45 | 56 |
| Binary | 10100010 | 1001011 | 1010011 | 0 | 110110 | 110001 | 100100 | 101100010 | 100101 | 101110 |
Color Harmonies of #A24B53
Complementary color
Monochromatic Colors of #A24B53
Black with #A24B53
Text Example
Text Example
White with #A24B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24B53; }
p { color: rgb(162,75,83); }
H1.HeaderClassName
{
color: #A24B53;
}
.AnyTagClassName
{
color: #A24B53;
}
</style>
background-color css
<style>
a { background-color: #A24B53; }
a { background-color: rgb(162,75,83); }
div.DivClassName
{
background-color: #A24B53;
}
.BgClassName
{
background-color: #A24B53;
}
</style>
border-color css
<style>
span { border-color: #A24B53; }
span { border-color: rgb(162,75,83); }
td.TdClassName
{
border-color: #A24B53;
}
.TagClassName
{
border-color: #A24B53;
}
</style>