#A1465B

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

Shades of Hippie Pink #A1465B

Tints of Hippie Pink #A1465B

Color information

#A1465B (or 0xA1465B) is unknown color: approx Hippie Pink. HEX triplet: A1, 46 and 5B. RGB value is (161,70,91). Sum of RGB (Red+Green+Blue) = 161+70+91=322 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 161 - color contains mainly: red. Hex color #A1465B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1465B is #5EB9A4. Grayscale: #636363. Windows color (decimal): -6207909 or 5981857. OLE color: 5981857.

HSL color Cylindrical-coordinate representation of color #A1465B: hue angle of 346.15º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A1465B is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB1617091-
CMYK00.570.430.37
HSL346.15º39.39%45.29%-
HSV(B)346.15º56.52%63.14%-
XYZ18.7812.7111.36-
YUV99.6123.15171.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50%
GREEN value IS 70 (27.73% from 255) = 21.74%
BLUE value IS 91 (35.94% from 255) = 28.26%
R=50%
G=21.74%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161709100.570.430.37346.1539.3945.29
HexA1465B0392B2515a272d
Octal24110613307153455324755
Binary10100001100011010110110111001101011100101101011010100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1465B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1465B; }

 p { color: rgb(161,70,91); }

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

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

 a { background-color: rgb(161,70,91); }

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

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

 span { border-color: rgb(161,70,91); }

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