Shades of Hippie Pink #AB535D
Tints of Hippie Pink #AB535D
RGB
CMYK
RGB Variations
Color information
#AB535D (or 0xAB535D) is known color: Hippie Pink. HEX triplet: AB, 53 and 5D. RGB value is (171,83,93). Sum of RGB (Red+Green+Blue) = 171+83+93=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB535D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB535D is #54ACA2. Grayscale: #6E6E6E. Windows color (decimal): -5549219 or 6116267. OLE color: 6116267.
HSL color Cylindrical-coordinate representation of color #AB535D: hue angle of 353.18º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB535D is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 83 | 93 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.33 |
| HSL | 353.18º | 0.35% | 0.5% | - |
| HSV(B) | 353.18º | 0.51% | 0.67% | - |
| XYZ | 21.86 | 15.63 | 12.22 | - |
| YUV | 110.45 | 118.15 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 83 | 93 | 0 | 0.51 | 0.46 | 0.33 | 353.18 | 0.35 | 0.5 |
| Hex | AB | 53 | 5D | 0 | 33 | 2E | 21 | 161 | 23 | 32 |
| Octal | 253 | 123 | 135 | 0 | 63 | 56 | 41 | 541 | 43 | 62 |
| Binary | 10101011 | 1010011 | 1011101 | 0 | 110011 | 101110 | 100001 | 101100001 | 100011 | 110010 |
Color Harmonies of #AB535D
Complementary color
Monochromatic Colors of #AB535D
Black with #AB535D
Text Example
Text Example
White with #AB535D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB535D; }
p { color: rgb(171,83,93); }
H1.HeaderClassName
{
color: #AB535D;
}
.AnyTagClassName
{
color: #AB535D;
}
</style>
background-color css
<style>
a { background-color: #AB535D; }
a { background-color: rgb(171,83,93); }
div.DivClassName
{
background-color: #AB535D;
}
.BgClassName
{
background-color: #AB535D;
}
</style>
border-color css
<style>
span { border-color: #AB535D; }
span { border-color: rgb(171,83,93); }
td.TdClassName
{
border-color: #AB535D;
}
.TagClassName
{
border-color: #AB535D;
}
</style>