#AB5058

Color #AB5058 Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #AB5058

Tints of Hippie Pink #AB5058

Color information

#AB5058 (or 0xAB5058) is unknown color: approx Hippie Pink. HEX triplet: AB, 50 and 58. RGB value is (171,80,88). Sum of RGB (Red+Green+Blue) = 171+80+88=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 88 (34.77% from 255 or 25.96% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5058 is #54AFA7. Grayscale: #6C6C6C. Windows color (decimal): -5549992 or 5787819. OLE color: 5787819.

HSL color Cylindrical-coordinate representation of color #AB5058: hue angle of 354.73º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB5058 is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB1718088-
CMYK00.530.490.33
HSL354.73º36.25%49.22%-
HSV(B)354.73º53.22%67.06%-
XYZ21.4215.111.02-
YUV108.12116.65172.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 50.44%
GREEN value IS 80 (31.64% from 255) = 23.60%
BLUE value IS 88 (34.77% from 255) = 25.96%
R=50.44%
G=23.60%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171808800.530.490.33354.7336.2549.22
HexAB505803531211632431
Octal25312013006561415434461
Binary10101011101000010110000110101110001100001101100011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5058; }

 p { color: rgb(171,80,88); }

 H1.HeaderClassName
 {
   color: #AB5058;
 }
 .AnyTagClassName
 {
   color: #AB5058;
 }
</style>
background-color css

<style>
 a { background-color: #AB5058; }

 a { background-color: rgb(171,80,88); }

 div.DivClassName
 {
   background-color: #AB5058;
 }
 .BgClassName
 {
   background-color: #AB5058;
 }
</style>
border-color css

<style>
 span { border-color: #AB5058; }

 span { border-color: rgb(171,80,88); }

 td.TdClassName
 {
   border-color: #AB5058;
 }
 .TagClassName
 {
   border-color: #AB5058;
 }
</style>