#AB495D

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

Shades of Hippie Pink #AB495D

Tints of Hippie Pink #AB495D

Color information

#AB495D (or 0xAB495D) is unknown color: approx Hippie Pink. HEX triplet: AB, 49 and 5D. RGB value is (171,73,93). Sum of RGB (Red+Green+Blue) = 171+73+93=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB495D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB495D is #54B6A2. Grayscale: #686868. Windows color (decimal): -5551779 or 6113707. OLE color: 6113707.

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

Color convert

RGB1717393-
CMYK00.570.460.33
HSL347.76º40.16%47.84%-
HSV(B)347.76º57.31%67.06%-
XYZ21.1514.2111.98-
YUV104.58121.47175.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.74%
GREEN value IS 73 (28.91% from 255) = 21.66%
BLUE value IS 93 (36.72% from 255) = 27.60%
R=50.74%
G=21.66%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171739300.570.460.33347.7640.1647.84
HexAB495D0392E2115c2830
Octal25311113507156415345060
Binary10101011100100110111010111001101110100001101011100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB495D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB495D; }

 p { color: rgb(171,73,93); }

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

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

 a { background-color: rgb(171,73,93); }

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

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

 span { border-color: rgb(171,73,93); }

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