#AB505E

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

Shades of Hippie Pink #AB505E

Tints of Hippie Pink #AB505E

Color information

#AB505E (or 0xAB505E) is unknown color: approx Hippie Pink. HEX triplet: AB, 50 and 5E. RGB value is (171,80,94). Sum of RGB (Red+Green+Blue) = 171+80+94=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB505E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB505E is #54AFA1. Grayscale: #6C6C6C. Windows color (decimal): -5549986 or 6181035. OLE color: 6181035.

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

Color convert

RGB1718094-
CMYK00.530.450.33
HSL350.77º36.25%49.22%-
HSV(B)350.77º53.22%67.06%-
XYZ21.6815.212.38-
YUV108.8119.65172.36-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.57%
GREEN value IS 80 (31.64% from 255) = 23.19%
BLUE value IS 94 (37.11% from 255) = 27.25%
R=49.57%
G=23.19%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171809400.530.450.33350.7736.2549.22
HexAB505E0352D2115f2431
Octal25312013606555415374461
Binary10101011101000010111100110101101101100001101011111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB505E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB505E; }

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

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

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

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

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

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

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

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