#AB4857

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

Shades of Hippie Pink #AB4857

Tints of Hippie Pink #AB4857

Color information

#AB4857 (or 0xAB4857) is unknown color: approx Hippie Pink. HEX triplet: AB, 48 and 57. RGB value is (171,72,87). Sum of RGB (Red+Green+Blue) = 171+72+87=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 87 (34.38% from 255 or 26.36% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4857 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4857 is #54B7A8. Grayscale: #676767. Windows color (decimal): -5552041 or 5720235. OLE color: 5720235.

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

Color convert

RGB1717287-
CMYK00.580.490.33
HSL350.91º40.74%47.65%-
HSV(B)350.91º57.89%67.06%-
XYZ20.8313.9810.62-
YUV103.31118.8176.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.82%
GREEN value IS 72 (28.52% from 255) = 21.82%
BLUE value IS 87 (34.38% from 255) = 26.36%
R=51.82%
G=21.82%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171728700.580.490.33350.9140.7447.65
HexAB485703A312115f2930
Octal25311012707261415375160
Binary10101011100100010101110111010110001100001101011111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4857; }

 p { color: rgb(171,72,87); }

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

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

 a { background-color: rgb(171,72,87); }

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

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

 span { border-color: rgb(171,72,87); }

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