#AB5054

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

Shades of Hippie Pink #AB5054

Tints of Hippie Pink #AB5054

Color information

#AB5054 (or 0xAB5054) is unknown color: approx Hippie Pink. HEX triplet: AB, 50 and 54. RGB value is (171,80,84). Sum of RGB (Red+Green+Blue) = 171+80+84=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5054 is #54AFAB. Grayscale: #6B6B6B. Windows color (decimal): -5549996 or 5525675. OLE color: 5525675.

HSL color Cylindrical-coordinate representation of color #AB5054: hue angle of 357.36º 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 #AB5054 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB1718084-
CMYK00.530.510.33
HSL357.36º36.25%49.22%-
HSV(B)357.36º53.22%67.06%-
XYZ21.2615.0410.17-
YUV107.66114.65173.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.04%
GREEN value IS 80 (31.64% from 255) = 23.88%
BLUE value IS 84 (33.20% from 255) = 25.07%
R=51.04%
G=23.88%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171808400.530.510.33357.3636.2549.22
HexAB505403533211652431
Octal25312012406563415454461
Binary10101011101000010101000110101110011100001101100101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5054; }

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

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

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

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

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

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

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

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