Shades of Hippie Pink #AB405C
Tints of Hippie Pink #AB405C
RGB
CMYK
RGB Variations
Color information
#AB405C (or 0xAB405C) is known color: Hippie Pink. HEX triplet: AB, 40 and 5C. RGB value is (171,64,92). Sum of RGB (Red+Green+Blue) = 171+64+92=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB405C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB405C is #54BFA3. Grayscale: #636363. Windows color (decimal): -5554084 or 6045867. OLE color: 6045867.
HSL color Cylindrical-coordinate representation of color #AB405C: hue angle of 344.3º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB405C is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 64 | 92 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.33 |
| HSL | 344.3º | 0.46% | 0.46% | - |
| HSV(B) | 344.3º | 0.63% | 0.67% | - |
| XYZ | 20.56 | 13.1 | 11.57 | - |
| YUV | 99.19 | 123.95 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 92 | 0 | 0.63 | 0.46 | 0.33 | 344.3 | 0.46 | 0.46 |
| Hex | AB | 40 | 5C | 0 | 3F | 2E | 21 | 158 | 2E | 2E |
| Octal | 253 | 100 | 134 | 0 | 77 | 56 | 41 | 530 | 56 | 56 |
| Binary | 10101011 | 1000000 | 1011100 | 0 | 111111 | 101110 | 100001 | 101011000 | 101110 | 101110 |
Color Harmonies of #AB405C
Complementary color
Monochromatic Colors of #AB405C
Black with #AB405C
Text Example
Text Example
White with #AB405C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB405C; }
p { color: rgb(171,64,92); }
H1.HeaderClassName
{
color: #AB405C;
}
.AnyTagClassName
{
color: #AB405C;
}
</style>
background-color css
<style>
a { background-color: #AB405C; }
a { background-color: rgb(171,64,92); }
div.DivClassName
{
background-color: #AB405C;
}
.BgClassName
{
background-color: #AB405C;
}
</style>
border-color css
<style>
span { border-color: #AB405C; }
span { border-color: rgb(171,64,92); }
td.TdClassName
{
border-color: #AB405C;
}
.TagClassName
{
border-color: #AB405C;
}
</style>