#AB4560

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

Shades of Hippie Pink #AB4560

Tints of Hippie Pink #AB4560

Color information

#AB4560 (or 0xAB4560) is unknown color: approx Hippie Pink. HEX triplet: AB, 45 and 60. RGB value is (171,69,96). Sum of RGB (Red+Green+Blue) = 171+69+96=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4560 is #54BA9F. Grayscale: #666666. Windows color (decimal): -5552800 or 6309291. OLE color: 6309291.

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

Color convert

RGB1716996-
CMYK00.600.440.33
HSL344.12º42.5%47.06%-
HSV(B)344.12º59.65%67.06%-
XYZ21.0313.7612.61-
YUV102.58124.29176.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.89%
GREEN value IS 69 (27.34% from 255) = 20.54%
BLUE value IS 96 (37.89% from 255) = 28.57%
R=50.89%
G=20.54%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171699600.600.440.33344.1242.547.06
HexAB456003C2C211582a2f
Octal25310514007454415305257
Binary10101011100010111000000111100101100100001101011000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4560; }

 p { color: rgb(171,69,96); }

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

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

 a { background-color: rgb(171,69,96); }

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

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

 span { border-color: rgb(171,69,96); }

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