Shades of Hippie Pink #A94453
Tints of Hippie Pink #A94453
RGB
CMYK
RGB Variations
Color information
#A94453 (or 0xA94453) is known color: Hippie Pink. HEX triplet: A9, 44 and 53. RGB value is (169,68,83). Sum of RGB (Red+Green+Blue) = 169+68+83=320 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.81% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 169 - color contains mainly: red. Hex color #A94453 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94453 is #56BBAC. Grayscale: #636363. Windows color (decimal): -5684141 or 5457065. OLE color: 5457065.
HSL color Cylindrical-coordinate representation of color #A94453: hue angle of 351.09º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A94453 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 68 | 83 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.34 |
| HSL | 351.09º | 0.43% | 0.46% | - |
| HSV(B) | 351.09º | 0.6% | 0.66% | - |
| XYZ | 19.99 | 13.19 | 9.68 | - |
| YUV | 99.91 | 118.46 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 68 | 83 | 0 | 0.60 | 0.51 | 0.34 | 351.09 | 0.43 | 0.46 |
| Hex | A9 | 44 | 53 | 0 | 3C | 33 | 22 | 15F | 2B | 2E |
| Octal | 251 | 104 | 123 | 0 | 74 | 63 | 42 | 537 | 53 | 56 |
| Binary | 10101001 | 1000100 | 1010011 | 0 | 111100 | 110011 | 100010 | 101011111 | 101011 | 101110 |
Color Harmonies of #A94453
Complementary color
Monochromatic Colors of #A94453
Black with #A94453
Text Example
Text Example
White with #A94453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94453; }
p { color: rgb(169,68,83); }
H1.HeaderClassName
{
color: #A94453;
}
.AnyTagClassName
{
color: #A94453;
}
</style>
background-color css
<style>
a { background-color: #A94453; }
a { background-color: rgb(169,68,83); }
div.DivClassName
{
background-color: #A94453;
}
.BgClassName
{
background-color: #A94453;
}
</style>
border-color css
<style>
span { border-color: #A94453; }
span { border-color: rgb(169,68,83); }
td.TdClassName
{
border-color: #A94453;
}
.TagClassName
{
border-color: #A94453;
}
</style>