Shades of Hippie Pink #A5435B
Tints of Hippie Pink #A5435B
RGB
CMYK
RGB Variations
Color information
#A5435B (or 0xA5435B) is known color: Hippie Pink. HEX triplet: A5, 43 and 5B. RGB value is (165,67,91). Sum of RGB (Red+Green+Blue) = 165+67+91=323 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.08% from 323); Green value is 67 (26.56% from 255 or 20.74% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 165 - color contains mainly: red. Hex color #A5435B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5435B is #5ABCA4. Grayscale: #636363. Windows color (decimal): -5946533 or 5981093. OLE color: 5981093.
HSL color Cylindrical-coordinate representation of color #A5435B: hue angle of 345.31º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A5435B is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 67 | 91 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.35 |
| HSL | 345.31º | 0.42% | 0.45% | - |
| HSV(B) | 345.31º | 0.59% | 0.65% | - |
| XYZ | 19.41 | 12.77 | 11.34 | - |
| YUV | 99.04 | 123.47 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 67 | 91 | 0 | 0.59 | 0.45 | 0.35 | 345.31 | 0.42 | 0.45 |
| Hex | A5 | 43 | 5B | 0 | 3B | 2D | 23 | 159 | 2A | 2D |
| Octal | 245 | 103 | 133 | 0 | 73 | 55 | 43 | 531 | 52 | 55 |
| Binary | 10100101 | 1000011 | 1011011 | 0 | 111011 | 101101 | 100011 | 101011001 | 101010 | 101101 |
Color Harmonies of #A5435B
Complementary color
Monochromatic Colors of #A5435B
Black with #A5435B
Text Example
Text Example
White with #A5435B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5435B; }
p { color: rgb(165,67,91); }
H1.HeaderClassName
{
color: #A5435B;
}
.AnyTagClassName
{
color: #A5435B;
}
</style>
background-color css
<style>
a { background-color: #A5435B; }
a { background-color: rgb(165,67,91); }
div.DivClassName
{
background-color: #A5435B;
}
.BgClassName
{
background-color: #A5435B;
}
</style>
border-color css
<style>
span { border-color: #A5435B; }
span { border-color: rgb(165,67,91); }
td.TdClassName
{
border-color: #A5435B;
}
.TagClassName
{
border-color: #A5435B;
}
</style>