Shades of Hippie Pink #A5445B
Tints of Hippie Pink #A5445B
RGB
CMYK
RGB Variations
Color information
#A5445B (or 0xA5445B) is known color: Hippie Pink. HEX triplet: A5, 44 and 5B. RGB value is (165,68,91). Sum of RGB (Red+Green+Blue) = 165+68+91=324 (42% of max value = 765). Red value is 165 (64.84% from 255 or 50.93% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 165 - color contains mainly: red. Hex color #A5445B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5445B is #5ABBA4. Grayscale: #636363. Windows color (decimal): -5946277 or 5981349. OLE color: 5981349.
HSL color Cylindrical-coordinate representation of color #A5445B: hue angle of 345.77º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A5445B is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 68 | 91 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.35 |
| HSL | 345.77º | 0.42% | 0.46% | - |
| HSV(B) | 345.77º | 0.59% | 0.65% | - |
| XYZ | 19.47 | 12.89 | 11.36 | - |
| YUV | 99.63 | 123.14 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 68 | 91 | 0 | 0.59 | 0.45 | 0.35 | 345.77 | 0.42 | 0.46 |
| Hex | A5 | 44 | 5B | 0 | 3B | 2D | 23 | 15A | 2A | 2E |
| Octal | 245 | 104 | 133 | 0 | 73 | 55 | 43 | 532 | 52 | 56 |
| Binary | 10100101 | 1000100 | 1011011 | 0 | 111011 | 101101 | 100011 | 101011010 | 101010 | 101110 |
Color Harmonies of #A5445B
Complementary color
Monochromatic Colors of #A5445B
Black with #A5445B
Text Example
Text Example
White with #A5445B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5445B; }
p { color: rgb(165,68,91); }
H1.HeaderClassName
{
color: #A5445B;
}
.AnyTagClassName
{
color: #A5445B;
}
</style>
background-color css
<style>
a { background-color: #A5445B; }
a { background-color: rgb(165,68,91); }
div.DivClassName
{
background-color: #A5445B;
}
.BgClassName
{
background-color: #A5445B;
}
</style>
border-color css
<style>
span { border-color: #A5445B; }
span { border-color: rgb(165,68,91); }
td.TdClassName
{
border-color: #A5445B;
}
.TagClassName
{
border-color: #A5445B;
}
</style>