#AB4358

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

Shades of Hippie Pink #AB4358

Tints of Hippie Pink #AB4358

Color information

#AB4358 (or 0xAB4358) is unknown color: approx Hippie Pink. HEX triplet: AB, 43 and 58. RGB value is (171,67,88). Sum of RGB (Red+Green+Blue) = 171+67+88=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4358 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4358 is #54BCA7. Grayscale: #646464. Windows color (decimal): -5553320 or 5784491. OLE color: 5784491.

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

Color convert

RGB1716788-
CMYK00.610.490.33
HSL347.88º43.7%46.67%-
HSV(B)347.88º60.82%67.06%-
XYZ20.5613.3810.73-
YUV100.49120.96178.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.45%
GREEN value IS 67 (26.56% from 255) = 20.55%
BLUE value IS 88 (34.77% from 255) = 26.99%
R=52.45%
G=20.55%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171678800.610.490.33347.8843.746.67
HexAB435803D312115c2c2f
Octal25310313007561415345457
Binary10101011100001110110000111101110001100001101011100101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4358; }

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

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

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

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

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

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

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

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