Shades of Hippie Pink #A5475D
Tints of Hippie Pink #A5475D
RGB
CMYK
RGB Variations
Color information
#A5475D (or 0xA5475D) is known color: Hippie Pink. HEX triplet: A5, 47 and 5D. RGB value is (165,71,93). Sum of RGB (Red+Green+Blue) = 165+71+93=329 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.15% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 165 - color contains mainly: red. Hex color #A5475D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5475D is #5AB8A2. Grayscale: #656565. Windows color (decimal): -5945507 or 6113189. OLE color: 6113189.
HSL color Cylindrical-coordinate representation of color #A5475D: hue angle of 345.96º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A5475D is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 71 | 93 | - |
| CMYK | 0 | 0.57 | 0.44 | 0.35 |
| HSL | 345.96º | 0.4% | 0.46% | - |
| HSV(B) | 345.96º | 0.57% | 0.65% | - |
| XYZ | 19.75 | 13.3 | 11.88 | - |
| YUV | 101.61 | 123.14 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 71 | 93 | 0 | 0.57 | 0.44 | 0.35 | 345.96 | 0.4 | 0.46 |
| Hex | A5 | 47 | 5D | 0 | 39 | 2C | 23 | 15A | 28 | 2E |
| Octal | 245 | 107 | 135 | 0 | 71 | 54 | 43 | 532 | 50 | 56 |
| Binary | 10100101 | 1000111 | 1011101 | 0 | 111001 | 101100 | 100011 | 101011010 | 101000 | 101110 |
Color Harmonies of #A5475D
Complementary color
Monochromatic Colors of #A5475D
Black with #A5475D
Text Example
Text Example
White with #A5475D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5475D; }
p { color: rgb(165,71,93); }
H1.HeaderClassName
{
color: #A5475D;
}
.AnyTagClassName
{
color: #A5475D;
}
</style>
background-color css
<style>
a { background-color: #A5475D; }
a { background-color: rgb(165,71,93); }
div.DivClassName
{
background-color: #A5475D;
}
.BgClassName
{
background-color: #A5475D;
}
</style>
border-color css
<style>
span { border-color: #A5475D; }
span { border-color: rgb(165,71,93); }
td.TdClassName
{
border-color: #A5475D;
}
.TagClassName
{
border-color: #A5475D;
}
</style>