Shades of Hippie Pink #A24C5D
Tints of Hippie Pink #A24C5D
RGB
CMYK
RGB Variations
Color information
#A24C5D (or 0xA24C5D) is known color: Hippie Pink. HEX triplet: A2, 4C and 5D. RGB value is (162,76,93). Sum of RGB (Red+Green+Blue) = 162+76+93=331 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.94% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24C5D is #5DB3A2. Grayscale: #676767. Windows color (decimal): -6140835 or 6114466. OLE color: 6114466.
HSL color Cylindrical-coordinate representation of color #A24C5D: hue angle of 348.14º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A24C5D is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 76 | 93 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.36 |
| HSL | 348.14º | 0.36% | 0.47% | - |
| HSV(B) | 348.14º | 0.53% | 0.64% | - |
| XYZ | 19.46 | 13.64 | 11.96 | - |
| YUV | 103.65 | 121.99 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 76 | 93 | 0 | 0.53 | 0.43 | 0.36 | 348.14 | 0.36 | 0.47 |
| Hex | A2 | 4C | 5D | 0 | 35 | 2B | 24 | 15C | 24 | 2F |
| Octal | 242 | 114 | 135 | 0 | 65 | 53 | 44 | 534 | 44 | 57 |
| Binary | 10100010 | 1001100 | 1011101 | 0 | 110101 | 101011 | 100100 | 101011100 | 100100 | 101111 |
Color Harmonies of #A24C5D
Complementary color
Monochromatic Colors of #A24C5D
Black with #A24C5D
Text Example
Text Example
White with #A24C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24C5D; }
p { color: rgb(162,76,93); }
H1.HeaderClassName
{
color: #A24C5D;
}
.AnyTagClassName
{
color: #A24C5D;
}
</style>
background-color css
<style>
a { background-color: #A24C5D; }
a { background-color: rgb(162,76,93); }
div.DivClassName
{
background-color: #A24C5D;
}
.BgClassName
{
background-color: #A24C5D;
}
</style>
border-color css
<style>
span { border-color: #A24C5D; }
span { border-color: rgb(162,76,93); }
td.TdClassName
{
border-color: #A24C5D;
}
.TagClassName
{
border-color: #A24C5D;
}
</style>